Skip to content

Commit

Permalink
Add "Name" Property to SpeckleObject
Browse files Browse the repository at this point in the history
  • Loading branch information
gouldingken authored Dec 3, 2018
1 parent 2e6c8b0 commit 794d6b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SpeckleV1OpenApiSpecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,9 @@ definitions:
type: string
example: GUID
description: The id/guid that the origin application identifies this object by.
name:
type: string
description: The name of the object in the origin application. This is the instance or entity name displayed in the "properties" dialog in most applications.
properties:
type: object
description: The extra properties field of a speckle object.
Expand Down Expand Up @@ -1632,8 +1635,9 @@ definitions:
- $ref: '#/definitions/SpeckleObject'
- type: object
properties:
name:
blockName:
type: string
description: the name of the block definition used to insert this block
description:
type: string
objects:
Expand Down

0 comments on commit 794d6b3

Please sign in to comment.