Commit 8a547e6b 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...

Show the @context field on top of the request and response bodies for the Registry API operations for Context Source Registration Subscription. Fixing the tag for the 5.11.6 Delete Context Source Registration Subscription operation.
parent ec5ba57e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1181,11 +1181,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
@@ -1234,11 +1234,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
@@ -1290,7 +1290,7 @@ paths:
          $ref: '#/components/responses/NotFound'
    delete:
      tags:
        - Context Source Registration
        - Context Source Registration Subscription
      summary: |
        Csource registration subscription deletion by id
      description: |