Objects
Definition
Describes how properties within an exchange are defined.
Note: This Object is deprecated. Use PropertyDefinition instead.
Fields
id* ID! non-null | Identifies the type of Property such as a door height, wall area, etc. |
name* String! non-null | Human readable name for a Property. |
readOnly* Boolean! non-null | Indicates if the Property is editable or not. |
valueType | Indicates the typeof Property value. |
description | Optional: Detailed description of a Property. |
specification | Type for the Property such as a Length, Area, Volume. |
units | Optional: Units for a Property if required by the schema. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Field Of | ReferenceProperty | A reference property which describes relationship between elements. |
Field Of | Property | Data object that represents property. |