Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3437bdb069cf34497e2abd9a7fb695fa7d99dc21
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
TenantId.json
blob: 237a9c4949cd74a2f2c441b96a46c90f4965d162 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"TenantId"
,
"required"
:
[
"id"
],
"properties"
:
{
"id"
:
{
"type"
:
"String"
,
"description"
:
"Tenant identifier"
,
"example"
:
"Tenant123"
}
}
}