Files
microservices/gateway/config/models/applications.json
2024-09-27 01:14:21 +08:00

17 lines
258 B
JSON

{
"$id": "http://express-gateway.io/models/applications.json",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"redirectUri": {
"type": "string",
"format": "uri"
}
},
"required": [
"name"
]
}