UNPKG

@dechamp/express-auto-route

Version:

An express auto route module which allows routes and middleware to be configured via config file.

13 lines 217 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "getByUuid", "type": "object", "required": [ "uuid" ], "properties": { "uuid": { "$ref": "schema/uuid.schema.json" } } }