6 lines
144 B
JSON
6 lines
144 B
JSON
{
|
|
"title": "String",
|
|
"description": "A string value.",
|
|
"anyOf": [{ "type": "string" }, { "type": "string", "$ref": "./item_ref.json" }]
|
|
}
|