Interface: VersionPayloadDataAttributesExtension
Defined in: model/versionPayloadDataAttributesExtension.ts:8
A container of additional properties that extends the default properties of the version to be created.
Export
VersionPayloadDataAttributesExtension
Properties
data?
optional
data:object
Defined in: model/versionPayloadDataAttributesExtension.ts:29
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.
Memberof
VersionPayloadDataAttributesExtension
type
type:
string
Defined in: model/versionPayloadDataAttributesExtension.ts:14
The Type ID of the schema that defines the structure of the extension.data
object.
Memberof
VersionPayloadDataAttributesExtension
version
version:
string
Defined in: model/versionPayloadDataAttributesExtension.ts:20
The version of the schema that applies to the extension.data
object.
Memberof
VersionPayloadDataAttributesExtension