Commit d0a0a615 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 Context Information Provision operations.
parent 5069fa91
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -58,11 +58,11 @@ paths:
          application/json+ld:
            schema:
              allOf:
                - $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - $ref: '#/components/schemas/Entity'
                - required:
                  - id
                  - type
@@ -328,11 +328,11 @@ paths:
          application/json+ld:
            schema:
              allOf:
                - $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - $ref: '#/components/schemas/Entity'
                - required:
                  - '@context'
      responses:
@@ -377,11 +377,11 @@ paths:
          application/json+ld:
            schema:
              allOf:
                - $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - $ref: '#/components/schemas/Entity'
                - required:
                  - '@context'
      responses:
@@ -430,11 +430,11 @@ paths:
          application/json+ld:
            schema:
              allOf:
                - $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - $ref: '#/components/schemas/Entity'
                - required:
                  - '@context'
      responses:
@@ -480,11 +480,11 @@ paths:
          application/json+ld:
            schema:
              allOf:
                - $ref: '#/components/schemas/Entity'
                - type: object
                  properties:
                    '@context':
                      $ref:  '#/components/schemas/LdContext'
                - $ref: '#/components/schemas/Entity'
                - required:
                  - '@context'
      responses:
@@ -3190,17 +3190,17 @@ components:
        application/json+ld:
          schema:
            allOf:
              - type: object
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
              - oneOf:
                - $ref: '#/components/schemas/Property'
                - $ref: '#/components/schemas/Relationship'
                - $ref: '#/components/schemas/GeoProperty'
                - $ref: '#/components/schemas/LanguageProperty'
              - type: object
                required:
              - required:
                  - '@context'
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
    EntityTemporal:
      content:
        application/json: