|
10550 | 10550 | "imageUrl" |
10551 | 10551 | ] |
10552 | 10552 | }, |
| 10553 | + "ChangingLine": { |
| 10554 | + "type": "object", |
| 10555 | + "properties": { |
| 10556 | + "position": { |
| 10557 | + "type": "number", |
| 10558 | + "example": 1, |
| 10559 | + "description": "Line position (1-6, bottom to top). In I-Ching, each hexagram has six lines (yao) read from bottom upward." |
| 10560 | + }, |
| 10561 | + "text": { |
| 10562 | + "type": "string", |
| 10563 | + "example": "The dragon is still hidden below the surface, so it does not act.", |
| 10564 | + "description": "The oracle statement for this line. It applies when this specific line comes up changing (old yin or old yang) in a casting, and it speaks in the concrete imagery of the tradition." |
| 10565 | + }, |
| 10566 | + "meaning": { |
| 10567 | + "type": "string", |
| 10568 | + "example": "The first line is the beginning, still underground and unrecognized. Strength is present but untested, and showing it now invites resistance it cannot yet survive. Stay hidden and build.", |
| 10569 | + "description": "What the line statement asks of the querent, read from its position in the hexagram (1 is the hidden beginning, 3 is the exposed threshold, 5 is the ruling line, 6 is past the peak) and from whether the line is yin or yang. This is the meaning behind the image, so a consuming agent does not have to invent one." |
| 10570 | + } |
| 10571 | + }, |
| 10572 | + "required": [ |
| 10573 | + "position", |
| 10574 | + "text" |
| 10575 | + ] |
| 10576 | + }, |
10553 | 10577 | "BasicHexagram": { |
10554 | 10578 | "type": "object", |
10555 | 10579 | "properties": { |
@@ -10644,12 +10668,12 @@ |
10644 | 10668 | }, |
10645 | 10669 | "judgment": { |
10646 | 10670 | "type": "string", |
10647 | | - "example": "The Creative works sublime success, furthering through perseverance.", |
| 10671 | + "example": "Pure creative force is available and it runs from origin to completion without obstruction, so the situation rewards initiative that stays correct and does not slacken. Success here is built by sustained effort held to a straight line, not by a single burst.", |
10648 | 10672 | "description": "The Judgment (Tuan) text, the primary oracle statement of the hexagram offering core guidance and outcome." |
10649 | 10673 | }, |
10650 | 10674 | "image": { |
10651 | 10675 | "type": "string", |
10652 | | - "example": "The movement of heaven is full of power. Thus the superior man makes himself strong and untiring.", |
| 10676 | + "example": "Heaven above heaven: the same motion repeated without pause and without fatigue. Renew your own strength on your own schedule rather than waiting to be driven by circumstances.", |
10653 | 10677 | "description": "The Image (Xiang) text, symbolic guidance derived from the trigram combination describing the ideal attitude and action." |
10654 | 10678 | }, |
10655 | 10679 | "interpretation": { |
|
10715 | 10739 | "advice" |
10716 | 10740 | ] |
10717 | 10741 | }, |
10718 | | - "ChangingLine": { |
10719 | | - "type": "object", |
10720 | | - "properties": { |
10721 | | - "position": { |
10722 | | - "type": "number", |
10723 | | - "example": 1, |
10724 | | - "description": "Line position (1-6, bottom to top). In I-Ching, each hexagram has six lines (yao) read from bottom upward." |
10725 | | - }, |
10726 | | - "text": { |
10727 | | - "type": "string", |
10728 | | - "example": "Hidden dragon. Do not act.", |
10729 | | - "description": "Changing line interpretation text. Applies only when this specific line is a changing line (old yin or old yang) in a casting." |
10730 | | - } |
10731 | | - }, |
10732 | | - "required": [ |
10733 | | - "position", |
10734 | | - "text" |
10735 | | - ] |
10736 | | - }, |
10737 | 10742 | "BasicTrigram": { |
10738 | 10743 | "type": "object", |
10739 | 10744 | "properties": { |
|
10789 | 10794 | "number": { |
10790 | 10795 | "type": "number", |
10791 | 10796 | "example": 1, |
10792 | | - "description": "Trigram number (1-8) in the traditional I-Ching ordering." |
| 10797 | + "description": "Stable identifier for the trigram, 1 to 8. This is our lookup key, not a canonical sequence: the tradition has several orderings (King Wen, Fu Xi, Earlier and Later Heaven) and they disagree, so do not read ranking or precedence into it." |
10793 | 10798 | }, |
10794 | 10799 | "symbol": { |
10795 | 10800 | "type": "string", |
|
63995 | 64000 | }, |
63996 | 64001 | "dailyMessage": { |
63997 | 64002 | "type": "string", |
63998 | | - "example": "Your hexagram for 2026-01-28: The Creative (\u4e7e). Supreme success through perseverance.", |
| 64003 | + "example": "Your hexagram for 2026-01-28: The Creative (\u4e7e). Be like the heavens: consistent, powerful, and untiring.", |
63999 | 64004 | "description": "Concise daily message summarizing the hexagram guidance" |
64000 | 64005 | } |
64001 | 64006 | }, |
|
64414 | 64419 | ], |
64415 | 64420 | "description": "Positions of changing lines (1-6, bottom to top). These lines transform yin to yang or vice versa." |
64416 | 64421 | }, |
| 64422 | + "changingLines": { |
| 64423 | + "type": "array", |
| 64424 | + "items": { |
| 64425 | + "$ref": "#/components/schemas/ChangingLine" |
| 64426 | + }, |
| 64427 | + "description": "The oracle statement and meaning of each line that came up CHANGING, and only those. The changing lines are what the cast is actually about, so this saves a second call to read them and stops a consuming agent from having to invent them." |
| 64428 | + }, |
64417 | 64429 | "resultingHexagram": { |
64418 | 64430 | "type": "object", |
64419 | 64431 | "properties": { |
|
0 commit comments