mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
23 lines
348 B
JSON
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"
|
|
]
|
|
} |