SchemaVersionFrontEnd: {
    changedBy?: string;
    content?: string;
    createdBy?: string;
    createdTime?: string;
    customAttributes?: CustomAttribute[];
    description?: string;
    displayName?: string;
    id?: string;
    parentName?: string;
    referencedByEventVersionIds?: string[];
    referencedByEventVersionIdsInEventMesh?: 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 customAttributes?: CustomAttribute[]
  • Optional description?: string
  • Optional displayName?: string
  • Optional Readonly id?: string
  • Optional parentName?: string
  • Optional Readonly referencedByEventVersionIds?: string[]
  • Optional referencedByEventVersionIdsInEventMesh?: string[]
  • Optional Readonly referencedBySchemaVersionIds?: string[]
  • schemaId: string
  • Optional schemaVersionReferences?: SchemaVersionReferenceDTO[]
  • Optional Readonly stateId?: string
  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string
  • version: string