@opengis/admin
Version:
This project Softpro Admin
13 lines (12 loc) • 363 B
JavaScript
const tableSchema = {
params: {
// type: { type: 'string', pattern: '^([\\d\\w]+)$' },
objectid: { type: 'string', pattern: '^([\\d\\w]+)$' },
id: { type: 'string', pattern: '^([\\d\\w]+)$' },
},
querystring: {
debug: { type: 'string', pattern: '^(\\d+)$' },
},
};
export default null;
export { tableSchema }