UNPKG

@opengis/fastify-table

Version:

core-plugins

13 lines (11 loc) 277 B
const getTemplateSchema = { type: 'object', properties: { params: { name: { type: 'string', pattern: '^([\\d\\w._-]+)$' }, // type: { type: 'string' }, }, }, }; export default null; export { getTemplateSchema };