标签: json dependencies schema
请参考以下json模式: { "parentType" : { "type": "string", "enum": ["A","B"] }, "parentId" :{ "type": "string" } }
{ "parentType" : { "type": "string", "enum": ["A","B"] }, "parentId" :{ "type": "string" } }
如何放置依赖项,以便如果任何json对象具有“ parentType”:“ A”,则“ parentId”应该是必需的,但是如果“ parentType”:“ B”,则“ parentId”是可选的。