Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
344ea7a714bc9dc7116ff8224a5816ac2242c70f
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
TenantId.json
blob: 23981e8a18e7b95c37ae6c3ed57f2be2fd6eca91 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"TenantId"
,
"required"
:
[
"id"
],
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"example"
:
"Tenant unique identifier"
}
}
}