@appsemble/lang-sdk
Version:
Language SDK for Appsemble
14 lines • 478 B
JavaScript
export const ResourceHistoryDefinition = {
type: 'object',
additionalProperties: false,
description: 'A definition of how versioning works for instances of this resource',
required: ['data'],
properties: {
data: {
type: 'boolean',
default: true,
description: 'If set to `false`, edits are still tracked, but exactly what changed is lost.',
},
},
};
//# sourceMappingURL=ResourceHistoryDefinition.js.map