Files
ziti/controller/embedded/api-schema/entities/session.post.json
T
2020-01-22 14:02:42 -05:00

23 lines
348 B
JSON

{
"$id": "http://ziti-edge.netfoundry.io/schemas/sessions.post.json",
"type": "object",
"properties": {
"serviceId": {
"type": "string"
},
"type": {
"type": [
"string",
"null"
],
"enum": [
"Dial",
"Bind",
null
]
}
},
"required": [
"serviceId"
]
}