changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "service": {
+ "type": "string"
+ },
+ "双轨干支提示": {
+ "type": "string"
+ },
+ "大限列表": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "小限": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "流年": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "流日": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "流时": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "流月": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "流运目标": {
+ "additionalProperties": true,
+ "type": "object"
+ }
+ },
+ "required": [
+ "service",
+ "流运目标",
+ "大限列表",
+ "小限",
+ "流年",
+ "流月",
+ "流日",
+ "流时",
+ "双轨干支提示"
+ ],
+ "type": "object"
+}