changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "service": {
+ "type": "string"
+ },
+ "十二宫": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "基础": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "夹宫": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "本命四化": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "格局": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "输入": {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ },
+ "required": [
+ "service",
+ "输入",
+ "基础",
+ "十二宫",
+ "本命四化",
+ "格局",
+ "夹宫"
+ ],
+ "type": "object"
+}