Commit ffe8fcdb authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix identation in LocationAPI.yaml and json file

parent 5b2b5bed
Loading
Loading
Loading
Loading
Loading
+1 −52
Original line number Diff line number Diff line
@@ -1322,7 +1322,7 @@
                            "$ref": "#/components/schemas/UserLocationEventNotification"
                          },
                          "userLocationPeriodicNotification": {
                            "$ref": "#/components/schemas/UserLocationEventNotification"
                            "$ref": "#/components/schemas/UserLocationPeriodicNotification"
                          }
                        },
                        "examples": [
@@ -1957,9 +1957,6 @@
  },
  "components": {
    "responses": {
      "200": {
        "description": "OK"
      },
      "204": {
        "description": "No Content"
      },
@@ -2023,16 +2020,6 @@
          }
        }
      },
      "414": {
        "description": "URI Too Long : used to indicate that the server is refusing to process the request because the request URI is longer than the server is willing or able to process.",
        "content": {
          "application/problem+json": {
            "schema": {
              "$ref": "#/components/schemas/ProblemDetails"
            }
          }
        }
      },
      "415": {
        "description": "Unsupported Media Type :  used to indicate that the server or the client does not support the content type of the entity body.",
        "content": {
@@ -2479,44 +2466,6 @@
        "type": "object",
        "x-etsi-ref": "6.3.3"
      },
      "ProblemDetails": {
        "properties": {
          "detail": {
            "description": "A human-readable explanation specific to this occurrence of the problem",
            "type": "string",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "String"
          },
          "instance": {
            "description": "A URI reference that identifies the specific occurrence of the problem",
            "format": "uri",
            "type": "string",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "URI"
          },
          "status": {
            "description": "The HTTP status code for this occurrence of the problem",
            "format": "uint32",
            "type": "integer",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "Uint32"
          },
          "title": {
            "description": "A short, human-readable summary of the problem type",
            "type": "string",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "String"
          },
          "type": {
            "description": "A URI reference according to IETF RFC 3986 that identifies the problem type",
            "format": "uri",
            "type": "string",
            "x-etsi-mec-cardinality": "0..1",
            "x-etsi-mec-origin-type": "URI"
          }
        },
        "type": "object"
      },
      "TerminalDistance": {
        "description": "A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.",
        "properties": {
+5 −47
Original line number Diff line number Diff line
@@ -885,7 +885,7 @@ paths:
                        userLocationEventNotification:
                          $ref: '#/components/schemas/UserLocationEventNotification'
                        userLocationPeriodicNotification:
                          $ref: '#/components/schemas/UserLocationEventNotification'
                          $ref: '#/components/schemas/UserLocationPeriodicNotification'
                      examples:
                        - userLocationEventNotification:
                            notificationType: 'UserLocationEventNotification'
@@ -1298,8 +1298,6 @@ paths:
      x-swagger-router-controller: 'subscriptions'
components:
  responses:
    '200':
      description: 'OK'
    '204':
      description: 'No Content'
    '400':
@@ -1340,14 +1338,6 @@ components:
        application/problem+json:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    '414':
      description:
        'URI Too Long : used to indicate that the server is refusing to process the request because the request URI is
        longer than the server is willing or able to process.'
      content:
        application/problem+json:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
    '415':
      description: 'Unsupported Media Type :  used to indicate that the server or the client does not support the content type of the entity body.'
      content:
@@ -1745,38 +1735,6 @@ components:
      type: object
      x-etsi-ref: 6.3.3

    ProblemDetails:
      properties:
        detail:
          description: A human-readable explanation specific to this occurrence of the problem
          type: string
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        instance:
          description: A URI reference that identifies the specific occurrence of the problem
          format: uri
          type: string
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: URI
        status:
          description: The HTTP status code for this occurrence of the problem
          format: uint32
          type: integer
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: Uint32
        title:
          description: A short, human-readable summary of the problem type
          type: string
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: String
        type:
          description: A URI reference according to IETF RFC 3986 that identifies the problem type
          format: uri
          type: string
          x-etsi-mec-cardinality: 0..1
          x-etsi-mec-origin-type: URI
      type: object

    TerminalDistance:
      description: A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.
      properties: