UNPKG

@appsemble/lang-sdk

Version:

Language SDK for Appsemble

24 lines (22 loc) 582 B
export const BaseJSONSchema = { type: 'object', properties: { title: { type: 'string', minLength: 1, maxLength: 50, description: `A short title of the instance. This is used in various places inside Appsemble Studio. `, }, description: { type: 'string', minLength: 1, maxLength: 5000, description: `A description of the instance. This is used in various places inside Appsemble Studio. `, }, }, }; //# sourceMappingURL=BaseJSONSchema.js.map