13 lines
154 B
JSON
13 lines
154 B
JSON
{
|
|
"definitions": {
|
|
"def": {
|
|
"type": "object",
|
|
"properties": {
|
|
"str": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|