四、JSON Schema 规范NULL(null)NULL(null)当一个模式指定 type为null时,它只有一个可接受的值:null。注意:在 JSON 中,null不等于缺少某些东西。有关示例,请参阅必需属性。在 Python 中,null类似于None.在 Ruby 中, null 类似于 nil.{ "type": "null" }null // OKfalse // not OK0 // not OK"" // not OK