UNPKG

express-gateway

Version:

A microservices API gateway built on top of ExpressJS

17 lines (16 loc) 258 B
{ "$id": "http://express-gateway.io/models/applications.json", "type": "object", "properties": { "name": { "type": "string" }, "redirectUri": { "type": "string", "format": "uri" } }, "required": [ "name" ] }