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