{ "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)을 함께 정하면 오래된 값이 남는 시간을 제한할 수 있다." } ] }