debian-mirror-gitlab/spec/fixtures/api/schemas/types/nullable_string.json

7 lines
70 B
JSON
Raw Normal View History

2018-12-05 23:21:45 +05:30
{
"oneOf": [
{ "type": "null" },
{ "type": "string" }
]
}