nginx-proxy-manager/src/backend/schema/index.json
Jamie Curnow 80d78cbf25 Backend
2018-06-20 08:47:26 +10:00

22 lines
438 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "root",
"title": "Nginx Proxy Manager REST API",
"description": "This is the Nginx Proxy Manager REST API",
"version": "2.0.0",
"links": [
{
"href": "http://npm.example.com/api",
"rel": "self"
}
],
"properties": {
"tokens": {
"$ref": "endpoints/tokens.json"
},
"users": {
"$ref": "endpoints/users.json"
}
}
}