mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 14:50:24 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
|
{
|
||
|
"definitions": {
|
||
|
"Book": {
|
||
|
"type": "object",
|
||
|
"id": "x-sampletwo-book",
|
||
|
"required": [
|
||
|
"code",
|
||
|
"message"
|
||
|
],
|
||
|
"properties": {
|
||
|
"code": {
|
||
|
"type": "integer",
|
||
|
"format": "int32"
|
||
|
},
|
||
|
"message": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"Shelf": {
|
||
|
"type": "object",
|
||
|
"id": "x-sampletwo-shelf",
|
||
|
"required": [
|
||
|
"foo1",
|
||
|
"bar"
|
||
|
],
|
||
|
"properties": {
|
||
|
"foo1": {
|
||
|
"type": "integer",
|
||
|
"format": "int32"
|
||
|
},
|
||
|
"bar": {
|
||
|
"type": "integer"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|