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