Schema
Object
: { applicationDomainId
: string ; changedBy
?: string ; contentType
?: string ; createdBy
?: string ; createdTime
?: string ; customAttributes
?: CustomAttribute [] ; eventVersionRefCount
?: number ; id
?: string ; name
: string ; numberOfVersions
?: number ; schemaType
: string ; shared
?: boolean ; type
?: string ; updatedTime
?: string ; }
Type declaration
application Domain Id: string
Optional Readonly changed By?: string
Optional content Type?: string
Optional Readonly created By?: string
Optional Readonly created Time?: string
Optional Readonly event Version Ref Count?: number
Optional Readonly id?: string
name: string
Optional Readonly number Of Versions?: number
schema Type: string
Optional shared?: boolean
Optional Readonly type?: string
Optional Readonly updated Time?: string
Defined in packages/ep-openapi-node/generated-src/models/SchemaObject.ts:7
Deprecation Date: 2022-04-30
Removal Date: 2023-04-30
Reason: Content types are a runtime concept and don’t provide useful value in their current implementation.