{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TimeDecay", "type": "object", "properties": { "weight": { "type": "number" }, "limit_hours": { "type": "number" }, "now": { "type": "string" } } }