null.json 303 B

123456789101112131415161718
  1. {
  2. "NullValue": {
  3. "type": "string",
  4. "nullable": true,
  5. "not": {
  6. "anyOf": [
  7. { "type": "string" },
  8. { "type": "number" },
  9. { "type": "boolean" },
  10. { "type": "object" },
  11. {
  12. "type": "array",
  13. "items": {}
  14. }
  15. ]
  16. }
  17. }
  18. }