Commit 3a587f08 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Show the @context field on top of the request and response bodies for the Subscription operations.

parent f788ed29
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -964,11 +964,11 @@ paths:
                type: array
                items:
                  allOf:
                    - $ref: '#/components/schemas/Subscription'
                    - type: object
                      properties:
                        '@context':
                          $ref:  '#/components/schemas/LdContext'
                    - $ref: '#/components/schemas/Subscription'
                    - required:
                      - id
                      - type
@@ -1016,11 +1016,11 @@ paths:
            application/json+ld:
              schema:
                allOf:
                  - $ref: '#/components/schemas/Subscription'
                  - type: object
                    properties:
                      '@context':
                        $ref:  '#/components/schemas/LdContext'
                  - $ref: '#/components/schemas/Subscription'
                  - required:
                    - id
                    - type
@@ -3273,11 +3273,11 @@ components:
        application/json+ld:
          schema:
            allOf:
              - $ref: '#/components/schemas/Subscription'
              - type: object
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
              - $ref: '#/components/schemas/Subscription'
              - required:
                - type
                - entities