SchemaObject: {
    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

  • applicationDomainId: string
  • Optional Readonly changedBy?: string
  • Optional contentType?: string

    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.

  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional Readonly eventVersionRefCount?: number
  • Optional Readonly id?: string
  • name: string
  • Optional Readonly numberOfVersions?: number
  • schemaType: string
  • Optional shared?: boolean
  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string