debian-mirror-gitlab/spec/fixtures/api/schemas/types/nullable_string.json
2018-12-05 23:21:45 +05:30

6 lines
70 B
JSON

{
"oneOf": [
{ "type": "null" },
{ "type": "string" }
]
}