Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fixes #13 and adds transform for all 📦 - who knows
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Mar 29, 2018
1 parent a6332b6 commit 1ca3a9d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions SpeckleV1OpenApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,10 @@ definitions:
type: array
items:
type: string
transform:
type: array
items:
type: number

SpeckleAbstract:
allOf:
Expand Down Expand Up @@ -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'

0 comments on commit 1ca3a9d

Please sign in to comment.