问题 I have json Schema { "$id": "d:/documents/schemaFiles/WLWorkProduct/1", "$schema": "http://json-schema.org/draft-07/schema#", "title": "WLWorkProduct", "description": "", "type": "object", "properties": { "RID": { "description": "resource type.", "type": "string" }, "Data": { "type": "object", "properties": { "IndividualTypeProperties": { "allOf": [ { "$ref": "d:/documents/schemaFiles/WorkProduct/1" }, { "type": "object", "properties": { "WID": { "type": "string", "description": "WID" } } } ]