init: document-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:52:22 +09:00
parent 993788c14e
commit d6f78f92a0
127 changed files with 20099 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"schema_version": "1.0",
"assumed_known": ["HTTP"],
"budgets": {
"per_sentence": 2,
"per_paragraph": 2,
"per_section": 7
},
"terms": [
{
"id": "term-idempotency",
"canonical": "멱등성",
"english": "idempotency",
"plain_definition": "같은 요청을 여러 번 처리해도 결과가 한 번 처리한 것과 같게 되는 성질",
"why_needed": "안전한 재시도 범위를 설명하기 위해 필요하다.",
"aliases": [],
"first_section": "principle",
"first_use": "같은 요청을 여러 번 처리해도 결과가 한 번 처리한 것과 같게 되는 성질을 멱등성이라고 한다."
},
{
"id": "term-ttl",
"canonical": "유효 기간",
"english": "time to live",
"abbreviation": "TTL",
"plain_definition": "데이터가 자동으로 사라지기까지의 시간",
"why_needed": "오래된 값이 남는 시간을 설명하기 위해 필요하다.",
"aliases": [],
"first_section": "principle",
"first_use": "데이터가 자동으로 사라지기까지의 시간인 유효 기간(time to live, TTL)을 함께 정하면 오래된 값이 남는 시간을 제한할 수 있다."
}
]
}