{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://harnlang.com/schemas/hostlib/code_index/file_hash.request.json",
"title": "code_index.file_hash request",
"description": "Hash the on-disk contents of `path`. Useful for change detection that bypasses the cached metadata.",
"type": "object",
"properties": {
"path": { "type": "string", "minLength": 1 }
},
"required": ["path"],
"additionalProperties": false
}