first commit
This commit is contained in:
16
gateway/config/models/applications.json
Normal file
16
gateway/config/models/applications.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$id": "http://express-gateway.io/models/applications.json",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"redirectUri": {
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user