schemas: {
Archived: {
$id: string;
description: string;
title: string;
type: string;
};
Button: { $id: string; description: string; title: string; type: string };
CheckBox: { $id: string; description: string; title: string; type: string };
Date: { $id: string; format: string; title: string; type: string };
DateTime: { $id: string; format: string; title: string; type: string };
Dropdown: {
$id: string;
description: string;
enums: never[];
title: string;
type: string;
};
DropdownButton: {
$id: string;
description: string;
enums: never[];
title: string;
transitions: never[];
type: string;
};
Element: {
$comment: string;
$id: string;
description: string;
properties: { hash: { type: string } };
title: string;
type: string;
};
ExternalFile: {
$id: string;
description: string;
title: string;
type: string;
};
File: {
$id: string;
contentEncoding: string;
description: string;
title: string;
type: string;
};
Geo: {
$id: string;
description: string;
items: { type: string };
maxItems: number;
minItems: number;
title: string;
type: string;
};
IFrame: {
$id: string;
description: string;
format: string;
title: string;
type: string;
};
ImgMap: { $id: string; description: string; title: string; type: string };
Listing: {
$id: string;
description: string;
format: string;
title: string;
type: string;
};
Markdown: { $id: string; description: string; title: string; type: string };
Number: { $id: string; title: string; type: string };
Query: { $comment: string; $id: string; title: string; type: string };
Recurrence: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
};
RelationData: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
};
Table: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
};
TaxpayerId: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
};
Text: {
$comment: string;
$id: string;
description: string;
maxLength: number;
title: string;
type: string;
};
TextArea: { $id: string; description: string; title: string; type: string };
User: {
$comment: string;
$id: string;
description: string;
properties: { hash: { type: string } };
title: string;
type: string;
};
Video: { $id: string; format: string; title: string; type: string };
} = ...
Type declaration
Archived: { $id: string; description: string; title: string; type: string }
Button: { $id: string; description: string; title: string; type: string }
CheckBox: { $id: string; description: string; title: string; type: string }
Date: { $id: string; format: string; title: string; type: string }
DateTime: { $id: string; format: string; title: string; type: string }
Dropdown: {
$id: string;
description: string;
enums: never[];
title: string;
type: string;
}
DropdownButton: {
$id: string;
description: string;
enums: never[];
title: string;
transitions: never[];
type: string;
}
Element: {
$comment: string;
$id: string;
description: string;
properties: { hash: { type: string } };
title: string;
type: string;
}
ExternalFile: { $id: string; description: string; title: string; type: string }
File: {
$id: string;
contentEncoding: string;
description: string;
title: string;
type: string;
}
Geo: {
$id: string;
description: string;
items: { type: string };
maxItems: number;
minItems: number;
title: string;
type: string;
}
IFrame: {
$id: string;
description: string;
format: string;
title: string;
type: string;
}
ImgMap: { $id: string; description: string; title: string; type: string }
Listing: {
$id: string;
description: string;
format: string;
title: string;
type: string;
}
Markdown: { $id: string; description: string; title: string; type: string }
Number: { $id: string; title: string; type: string }
Query: { $comment: string; $id: string; title: string; type: string }
Recurrence: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
}
RelationData: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
}
Table: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
}
TaxpayerId: {
$comment: string;
$id: string;
description: string;
title: string;
type: string;
}
Text: {
$comment: string;
$id: string;
description: string;
maxLength: number;
title: string;
type: string;
}
TextArea: { $id: string; description: string; title: string; type: string }
User: {
$comment: string;
$id: string;
description: string;
properties: { hash: { type: string } };
title: string;
type: string;
}
Video: { $id: string; format: string; title: string; type: string }