{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.supasaju.com/schemas/sinStrength.json",
  "title": "sinStrength 모듈 응답",
  "description": "실제 엔진 출력에서 생성된 스키마입니다.",
  "type": "object",
  "properties": {
    "score": {
      "type": "number",
      "examples": [
        60,
        76
      ]
    },
    "label": {
      "type": "string",
      "examples": [
        "신강",
        "신약"
      ]
    },
    "isStrong": {
      "type": "boolean"
    },
    "deukryeong": {
      "type": "boolean"
    },
    "deukji": {
      "type": "boolean"
    },
    "deukjiPartial": {
      "type": "boolean"
    },
    "deukse": {
      "type": "boolean"
    },
    "deukseCount": {
      "type": "integer",
      "examples": [
        4,
        2
      ]
    },
    "saryeongHelps": {
      "type": "boolean"
    },
    "extremeCandidate": {
      "type": [
        "null",
        "string"
      ],
      "examples": [
        "weak",
        "strong"
      ]
    },
    "helpingCount": {
      "type": "object",
      "properties": {
        "bigeop": {
          "type": "integer",
          "examples": [
            4,
            2
          ]
        },
        "inseong": {
          "type": "integer",
          "examples": [
            1,
            2
          ]
        }
      },
      "required": [
        "bigeop",
        "inseong"
      ]
    },
    "contributions": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "position": {
            "type": "string",
            "examples": [
              "year",
              "month"
            ]
          },
          "part": {
            "type": "string",
            "examples": [
              "stem",
              "branch"
            ]
          },
          "glyph": {
            "type": "string",
            "examples": [
              "무",
              "을"
            ]
          },
          "weight": {
            "type": "integer",
            "examples": [
              10,
              8
            ]
          },
          "coefficient": {
            "type": "number",
            "examples": [
              1,
              0
            ]
          },
          "points": {
            "type": "number",
            "examples": [
              10,
              0
            ]
          },
          "via": {
            "type": [
              "null",
              "string"
            ],
            "examples": [
              "stem",
              "jeonggi"
            ]
          },
          "sipseong": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "ko": {
                "type": "string"
              },
              "han": {
                "type": "string"
              },
              "group": {
                "type": "string"
              },
              "groupKo": {
                "type": "string"
              }
            },
            "required": [
              "group",
              "groupKo",
              "han",
              "id",
              "ko"
            ]
          }
        },
        "required": [
          "coefficient",
          "glyph",
          "part",
          "points",
          "position",
          "sipseong",
          "via",
          "weight"
        ]
      }
    },
    "availableWeight": {
      "type": "integer",
      "examples": [
        100,
        78
      ]
    },
    "cause": {
      "type": "string",
      "examples": [
        "비겁이 많아 강함",
        "인성이 많아 강함"
      ]
    },
    "meaning": {
      "type": "string"
    },
    "reasoning": {
      "type": "string"
    },
    "basis": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "availableWeight",
    "contributions",
    "deukji",
    "deukjiPartial",
    "deukryeong",
    "deukse",
    "deukseCount",
    "extremeCandidate",
    "helpingCount",
    "isStrong",
    "label",
    "saryeongHelps",
    "score"
  ]
}