1{ 2 "definitions": { 3 "orNull": { 4 "anyOf": [ 5 {"type": "null"}, 6 {"$ref": "#"} 7 ] 8 } 9 }, 10 "type": "string" 11}
View as plain text