Commit dc044afa 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 Provision operations.
parent ce78da1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3212,11 +3212,11 @@ components:
        application/json+ld:
          schema:
            allOf:
              - $ref: '#/components/schemas/EntityTemporal'
              - type: object
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
              - $ref: '#/components/schemas/EntityTemporal'
              - required:
                - id
                - type
@@ -3229,11 +3229,11 @@ components:
        application/json+ld:
          schema:
            allOf:
              - $ref: '#/components/schemas/EntityTemporal'
              - type: object
                properties:
                  '@context':
                    $ref:  '#/components/schemas/LdContext'
              - $ref: '#/components/schemas/EntityTemporal'
              - required:
                - '@context'
    Query: