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

Removing the content for json+ld and geo MIME types of the global responses...

Removing the content for json+ld and geo MIME types of the global responses relative to errors within the NGSI-LD OAS.
parent 99cb6708
Loading
Loading
Loading
Loading
+0 −30
Original line number Original line Diff line number Diff line
@@ -5274,12 +5274,6 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            $ref: '#/components/schemas/ProblemDetails'
        application/json+ld:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
        application/geo:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    MultiStatus.BatchOperationResult:
    MultiStatus.BatchOperationResult:
      description: |
      description: |
        If the entity input data matches to a registration, the relevant parts of the request are forwarded
        If the entity input data matches to a registration, the relevant parts of the request are forwarded
@@ -5330,12 +5324,6 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            $ref: '#/components/schemas/ProblemDetails'
        application/json+ld:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
        application/geo:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    ServiceUnavailable:
    ServiceUnavailable:
      description: |
      description: |
        It is used when re-downloading fails.
        It is used when re-downloading fails.
@@ -5346,12 +5334,6 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            $ref: '#/components/schemas/ProblemDetails'
        application/json+ld:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
        application/geo:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    Unprocessable:
    Unprocessable:
      description: |
      description: |
        It is used to indicate that the operation is not available,
        It is used to indicate that the operation is not available,
@@ -5366,12 +5348,6 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            $ref: '#/components/schemas/ProblemDetails'
        application/json+ld:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
        application/geo:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    NotImplemented:
    NotImplemented:
      description: |
      description: |
        It is used by Registered Context Sources to indicate that the data format 
        It is used by Registered Context Sources to indicate that the data format 
@@ -5385,9 +5361,3 @@ components:
        application/json:
        application/json:
          schema:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            $ref: '#/components/schemas/ProblemDetails'
 No newline at end of file
        application/json+ld:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
        application/geo:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
 No newline at end of file