Commit 03d37f55 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix Boolean and Not specified

parent d0f9f8cc
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1188,7 +1188,7 @@ components:
      required: false
      x-exportParamName: Query.consumed_local_only
      schema:
        type: Boolean
        type: boolean
    Query.is_local:
      description: "A MEC application instance may use is_local as an input parameter to query the availability of a list of MEC service instances in the local MEC host or in local and remote MEC hosts. is_local corresponds to isLocal defined in table\_8.1.2.21."
      name: is_local
@@ -1196,7 +1196,7 @@ components:
      required: false
      x-exportParamName: Query.is_local
      schema:
        type: Boolean
        type: boolean
    Query.serializer:
      description: As defined in clause 8.1.2.2.
      name: serializer
@@ -1228,7 +1228,7 @@ components:
      required: false
      x-exportParamName: Query.consumedLocalOnly
      schema:
        type: Boolean
        type: boolean
    Query.isLocal:
      description: As defined in clause 8.1.2.2.
      name: isLocal
@@ -1236,7 +1236,7 @@ components:
      required: false
      x-exportParamName: Query.isLocal
      schema:
        type: Boolean
        type: boolean
    Query.category:
      description: As defined in clause 8.1.5.2.
      name: category
@@ -1300,7 +1300,7 @@ components:
      required: false
      x-exportParamName: Query.implSpecificInfo
      schema:
        $ref: '#/components/schemas/Not'
        type: object
    Query.serializer1:
      description: As defined in clause 8.1.2.2.
      name: serializer1