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