Loading ngsi-ld-api.yaml +23 −14 Original line number Original line Diff line number Diff line Loading @@ -2202,22 +2202,31 @@ paths: - type: array - type: array items: items: type: string type: string format: uri - type: array - type: array items: items: type: object type: object application/json+ld: application/json+ld: schema: schema: allOf: oneOf: - allOf: - type: object - type: object required: required: - '@context' - '@context' properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - oneOf: - type: array - type: array items: items: type: string type: string format: uri - allOf: - type: object required: - '@context' properties: '@context': $ref: '#/components/schemas/LdContext' - type: array - type: array items: items: type: object type: object Loading Loading
ngsi-ld-api.yaml +23 −14 Original line number Original line Diff line number Diff line Loading @@ -2202,22 +2202,31 @@ paths: - type: array - type: array items: items: type: string type: string format: uri - type: array - type: array items: items: type: object type: object application/json+ld: application/json+ld: schema: schema: allOf: oneOf: - allOf: - type: object - type: object required: required: - '@context' - '@context' properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - oneOf: - type: array - type: array items: items: type: string type: string format: uri - allOf: - type: object required: - '@context' properties: '@context': $ref: '#/components/schemas/LdContext' - type: array - type: array items: items: type: object type: object Loading