Commit 73c21f81 authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

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

Show the @context field on top of the request and response/request bodies for the Registry API operations for Temporal Context Information Consumption operations.
parent 1c669c74
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1879,11 +1879,11 @@ paths:
                type: array
                items:
                  allOf:
                    - $ref: '#/components/schemas/EntityTemporal'
                    - type: object
                      properties:
                        '@context':
                          $ref:  '#/components/schemas/LdContext'
                    - $ref: '#/components/schemas/EntityTemporal'
                    - required:
                        - id
                        - type
@@ -1943,11 +1943,11 @@ paths:
            application/json+ld:
              schema:
                allOf:
                  - $ref: '#/components/schemas/EntityTemporal'
                  - type: object
                    properties:
                      '@context':
                        $ref:  '#/components/schemas/LdContext'
                  - $ref: '#/components/schemas/EntityTemporal'
                  - required:
                      - id
                      - type
@@ -2171,11 +2171,11 @@ paths:
                type: array
                items:
                  allOf:
                    - $ref: '#/components/schemas/EntityTemporal'
                    - type: object
                      properties:
                        '@context':
                          $ref:  '#/components/schemas/LdContext'
                    - $ref: '#/components/schemas/EntityTemporal'
                    - required:
                        - id
                        - type
@@ -3263,11 +3263,11 @@ components:
        application/json+ld:
          schema:
            allOf:
              - $ref: '#/components/schemas/Query.temporal'
              - type: object
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
              - $ref: '#/components/schemas/Query.temporal'
              - required:
                - '@context'
    Subscription: