From 1ca3a9d51529abdd58e6e273a2eac81f1f0c227e Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Thu, 29 Mar 2018 20:22:27 +0100 Subject: [PATCH] =?UTF-8?q?fixes=20#13=20and=20adds=20transform=20for=20al?= =?UTF-8?q?l=20=F0=9F=93=A6=20-=20who=20=20knows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpeckleV1OpenApiSpecs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/SpeckleV1OpenApiSpecs.yaml b/SpeckleV1OpenApiSpecs.yaml index cc8b71e..4fc0e5e 100644 --- a/SpeckleV1OpenApiSpecs.yaml +++ b/SpeckleV1OpenApiSpecs.yaml @@ -1270,6 +1270,10 @@ definitions: type: array items: type: string + transform: + type: array + items: + type: number SpeckleAbstract: allOf: @@ -1607,3 +1611,17 @@ definitions: $ref: '#/definitions/SpecklePoint' plane: $ref: '#/definitions/SpecklePlane' + + SpeckleBlock: + allOf: + - $ref: '#/definitions/SpeckleObject' + - type: object + properties: + name: + type: string + description: + type: string + objects: + type: array + items: + $ref: '#/definitions/SpeckleObject'