UNPKG

@opengis/admin

Version:

This project Softpro Admin

21 lines (18 loc) 379 B
const userClsSchema = { type: 'object', properties: { quertstring: { sql: { type: 'string', pattern: '^(\\d)$' }, }, }, }; const userClsIdSchema = { type: 'object', properties: { params: { id: { type: 'string', pattern: '^([\\d\\w\\.]+)$' }, }, }, }; export { userClsSchema, userClsIdSchema }; export default null;