Loading ngsi-ld-api.yaml +10 −14 Original line number Original line Diff line number Diff line Loading @@ -1433,11 +1433,12 @@ paths: allOf: allOf: - type: array - type: array items: items: $ref: '#/components/schemas/Entity' allOf: - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - required: - id - id - type - type Loading @@ -1459,11 +1460,6 @@ paths: type: array type: array items: items: type: string type: string application/json+ld: schema: type: array items: type: string '204': '204': description: | description: | If all entities already existed and are successfully updated, there is no payload body in the response. If all entities already existed and are successfully updated, there is no payload body in the response. Loading Loading
ngsi-ld-api.yaml +10 −14 Original line number Original line Diff line number Diff line Loading @@ -1433,11 +1433,12 @@ paths: allOf: allOf: - type: array - type: array items: items: $ref: '#/components/schemas/Entity' allOf: - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - required: - id - id - type - type Loading @@ -1459,11 +1460,6 @@ paths: type: array type: array items: items: type: string type: string application/json+ld: schema: type: array items: type: string '204': '204': description: | description: | If all entities already existed and are successfully updated, there is no payload body in the response. If all entities already existed and are successfully updated, there is no payload body in the response. Loading