From 65c130e14ed26f5c6962fecba0b73f931a7a6b30 Mon Sep 17 00:00:00 2001 From: Edgar Vonk Date: Tue, 29 Apr 2025 13:24:39 +0200 Subject: [PATCH] fix: added missing type for ObjectRecord - data field in openapi.yaml so that client code can successfully be generated from this OpenAPI specification --- src/objects/api/v2/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/objects/api/v2/openapi.yaml b/src/objects/api/v2/openapi.yaml index a7f3efce..962bdea7 100644 --- a/src/objects/api/v2/openapi.yaml +++ b/src/objects/api/v2/openapi.yaml @@ -1016,6 +1016,8 @@ components: minimum: 0 description: Version of the OBJECTTYPE for data in the object record data: + type: object + additionalProperties: {} description: Object data, based on OBJECTTYPE geometry: allOf: