export declare const $SchemaObject: {
readonly properties: {
readonly createdTime: {
readonly type: "string";
readonly isReadOnly: true;
};
readonly updatedTime: {
readonly type: "string";
readonly isReadOnly: true;
};
readonly createdBy: {
readonly type: "string";
readonly isReadOnly: true;
};
readonly changedBy: {
readonly type: "string";
readonly isReadOnly: true;
};
readonly id: {
readonly type: "string";
readonly isReadOnly: true;
};
readonly applicationDomainId: {
readonly type: "string";
readonly isRequired: true;
};
readonly name: {
readonly type: "string";
readonly isRequired: true;
readonly maxLength: 2048;
};
readonly shared: {
readonly type: "boolean";
};
readonly contentType: {
readonly type: "string";
readonly description: "*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.*
";
readonly maxLength: 255;
};
readonly schemaType: {
readonly type: "string";
readonly isRequired: true;
readonly maxLength: 255;
};
readonly numberOfVersions: {
readonly type: "number";
readonly isReadOnly: true;
readonly format: "int32";
};
readonly eventVersionRefCount: {
readonly type: "number";
readonly isReadOnly: true;
readonly format: "int32";
};
readonly customAttributes: {
readonly type: "array";
readonly contains: {
readonly type: "CustomAttribute";
};
};
readonly type: {
readonly type: "string";
readonly isReadOnly: true;
};
};
};