UNPKG

@opengis/admin

Version:

This project Softpro Admin

25 lines (23 loc) 578 B
const calendarDataSchema = { type: 'object', properties: { params: { name: { type: 'string', pattern: '^([\\d\\w._-]+)$' }, }, querystring: { date: { type: 'string', pattern: '^\\d{4}-\\d{2}-\\d{2}$' }, sql: { type: 'string', pattern: '^(\\d)$' }, }, // query: { // type: 'object', // properties: { // date: { // type: 'string', // format: 'date', // }, // }, // }, }, }; export { calendarDataSchema } export default null;