import {JSONSchema7} from 'json-schema'; export default { $id: 'https://schemas.coastapp.com/card/v1/cardTheme.json', $schema: 'http://json-schema.org/draft-07/schema', title: 'Card Theme', type: 'string', enum: ['stale'], } as JSONSchema7;