changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "animal": {
+ "type": "string"
+ },
+ "attribute": {
+ "type": "string"
+ },
+ "binary": {
+ "type": "string"
+ },
+ "bodyPart": {
+ "type": "string"
+ },
+ "chinese": {
+ "type": "string"
+ },
+ "direction": {
+ "type": "string"
+ },
+ "element": {
+ "type": "string"
+ },
+ "english": {
+ "type": "string"
+ },
+ "familyMember": {
+ "type": "string"
+ },
+ "meaning": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ },
+ "pinyin": {
+ "type": "string"
+ },
+ "quality": {
+ "type": "string"
+ },
+ "season": {
+ "type": "string"
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "number",
+ "symbol",
+ "chinese",
+ "english",
+ "pinyin",
+ "binary",
+ "element",
+ "attribute",
+ "familyMember",
+ "direction",
+ "bodyPart",
+ "animal",
+ "season",
+ "quality",
+ "meaning"
+ ],
+ "type": "object"
+}