Commit 12bcebf6 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 505ea5f9
Loading
Loading
Loading
Loading
+0 −24
Original line number Original line Diff line number Diff line
@@ -5185,12 +5185,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
@@ -5241,12 +5235,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.
@@ -5257,12 +5245,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,
@@ -5277,9 +5259,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