export declare const $SchemaVersionFrontEnd: { 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 schemaId: { readonly type: "string"; readonly isRequired: true; }; readonly description: { readonly type: "string"; readonly maxLength: 10000; }; readonly version: { readonly type: "string"; readonly isRequired: true; readonly pattern: "^\\d+\\.\\d+\\.\\d+$"; }; readonly displayName: { readonly type: "string"; readonly maxLength: 40; }; readonly content: { readonly type: "string"; }; readonly referencedByEventVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly referencedBySchemaVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly isReadOnly: true; }; readonly isReadOnly: true; }; readonly schemaVersionReferences: { readonly type: "array"; readonly contains: { readonly type: "SchemaVersionReferenceDTO"; }; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly stateId: { readonly type: "string"; readonly isReadOnly: true; }; readonly referencedByEventVersionIdsInEventMesh: { readonly type: "array"; readonly contains: { readonly type: "string"; }; }; readonly parentName: { readonly type: "string"; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };