Interface: ItemPayloadDataAttributesExtension
Defined in: model/itemPayloadDataAttributesExtension.ts:8
The Type ID of the schema that defines the structure of the extension.data
object
Export
ItemPayloadDataAttributesExtension
Properties
data?
optional
data:object
Defined in: model/itemPayloadDataAttributesExtension.ts:34
The container of additional properties.
The additional properties must follow the schema specified by extensions.type
and extensions.version
. Properties that don’t follow the schema will be ignored.
Index Signature
[key
: string
]: object
Memberof
ItemPayloadDataAttributesExtension
type?
optional
type:string
Defined in: model/itemPayloadDataAttributesExtension.ts:19
The type of the extension.
For BIM 360 Docs files, use items:autodesk.bim360:File
.
For all other services, use items:autodesk.core:File
.
Memberof
ItemPayloadDataAttributesExtension
version?
optional
version:string
Defined in: model/itemPayloadDataAttributesExtension.ts:25
The version of the schema that applies to the extension.data
object.
Memberof
ItemPayloadDataAttributesExtension