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

Commit

Permalink
adds domains to all curve like entities - fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed May 21, 2018
1 parent 3f9e72f commit b609d43
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SpeckleV1OpenApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,8 @@ definitions:
$ref: '#/definitions/SpecklePoint'
normal:
$ref: '#/definitions/SpeckleVector'
domain:
$ref: '#/definitions/SpeckleInterval'

SpeckleArc:
allOf:
Expand All @@ -1433,6 +1435,8 @@ definitions:
type: number
plane:
$ref: '#/definitions/SpecklePlane'
domain:
$ref: '#/definitions/SpeckleInterval'

SpeckleEllipse:
allOf:
Expand All @@ -1447,6 +1451,8 @@ definitions:
type: number
plane:
$ref: '#/definitions/SpecklePlane'
domain:
$ref: '#/definitions/SpeckleInterval'

SpecklePolycurve:
allOf:
Expand All @@ -1459,6 +1465,8 @@ definitions:
type: array
items:
$ref: '#/definitions/SpeckleObject'
domain:
$ref: '#/definitions/SpeckleInterval'

SpeckleBox:
allOf:
Expand Down Expand Up @@ -1487,6 +1495,8 @@ definitions:
type: array
items:
type: number
domain:
$ref: '#/definitions/SpeckleInterval'

SpecklePolyline:
allOf:
Expand All @@ -1501,6 +1511,8 @@ definitions:
type: array
items:
type: number
domain:
$ref: '#/definitions/SpeckleInterval'

SpeckleCurve:
allOf:
Expand Down

0 comments on commit b609d43

Please sign in to comment.