changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "total": {
+ "type": "number"
+ },
+ "trigrams": {
+ "items": {
+ "properties": {
+ "attribute": {
+ "type": "string"
+ },
+ "binary": {
+ "type": "string"
+ },
+ "chinese": {
+ "type": "string"
+ },
+ "english": {
+ "type": "string"
+ },
+ "number": {
+ "type": "number"
+ },
+ "pinyin": {
+ "type": "string"
+ },
+ "symbol": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "number",
+ "symbol",
+ "chinese",
+ "english",
+ "pinyin",
+ "binary",
+ "attribute"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "total",
+ "trigrams"
+ ],
+ "type": "object"
+}