Schema
Version
: { changedBy
?: string; content
?: string; createdBy
?: string; createdTime
?: string; customAttributes
?: CustomAttribute[]; description
?: string; displayName
?: string; id
?: string; referencedByEventVersionIds
?: string[]; referencedBySchemaVersionIds
?: string[]; schemaId
: string; schemaVersionReferences
?: SchemaVersionReferenceDTO[]; stateId
?: string; type
?: string; updatedTime
?: string; version
: string; }
Type declaration
-
Optional Readonly changedBy?: string
-
Optional content?: string
-
Optional Readonly createdBy?: string
-
Optional Readonly createdTime?: string
-
-
Optional description?: string
-
Optional displayName?: string
-
Optional Readonly id?: string
-
Optional Readonly referencedByEventVersionIds?: string[]
-
Optional Readonly referencedBySchemaVersionIds?: string[]
-
schemaId: string
-
-
Optional Readonly stateId?: string
-
Optional Readonly type?: string
-
Optional Readonly updatedTime?: string
-
version: string