{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"schemaVersion":{"type":"string","const":"vultax-feature-mirror-v1"},"slug":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"canonicalUrl":{"type":"string","format":"uri"},"mirrorSummary":{"type":"string"},"availability":{"type":"object","properties":{"status":{"type":"string","enum":["live","shipping-soon","unavailable"]},"message":{"type":"string"}},"required":["status","message"],"additionalProperties":false},"workspace":{"type":"object","properties":{"label":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["label","url"],"additionalProperties":false},"downloads":{"type":"object","properties":{"json":{"type":"string","format":"uri"},"markdown":{"type":"string","format":"uri"},"schema":{"type":"string","format":"uri"}},"required":["json","markdown","schema"],"additionalProperties":false},"tables":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"kind":{"type":"string","enum":["market-snapshot","published-research","source-index"]},"status":{"type":"string","enum":["fresh","stale","unavailable","published"]},"statusReason":{"type":"string"},"observedAt":{"type":["string","null"]},"modifiedAt":{"type":["string","null"]},"coverage":{"type":"string"},"columns":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"label":{"type":"string"},"unit":{"type":["string","null"]},"format":{"type":"string","enum":["text","number","usd","percent","bps","datetime"]}},"required":["key","label","unit","format"],"additionalProperties":false}},"rows":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"values":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":["string","number","boolean","null"]}},"links":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","format":"uri"}}},"required":["id","values"],"additionalProperties":false}},"rowCount":{"type":"integer","minimum":0,"maximum":9007199254740991},"sources":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["label","url"],"additionalProperties":false}},"notes":{"type":"array","items":{"type":"string"}},"downloads":{"type":"object","properties":{"json":{"type":"string","format":"uri"},"csv":{"type":"string","format":"uri"}},"required":["json","csv"],"additionalProperties":false}},"required":["id","title","description","kind","status","statusReason","observedAt","modifiedAt","coverage","columns","rows","rowCount","sources","notes","downloads"],"additionalProperties":false}},"research":{"type":"array","items":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string","format":"uri"},"publishedAt":{"type":"string"},"description":{"type":"string"}},"required":["title","url","publishedAt","description"],"additionalProperties":false}},"related":{"type":"array","items":{"type":"object","properties":{"slug":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"}},"required":["slug","title","url"],"additionalProperties":false}},"limitations":{"type":"array","items":{"type":"string"}}},"required":["schemaVersion","slug","title","description","canonicalUrl","mirrorSummary","availability","workspace","downloads","tables","research","related","limitations"],"additionalProperties":false,"$id":"https://vultax.com/features/schema.json","title":"Vultax public feature mirror","description":"The same source-timed, allowlisted observations used by the public feature HTML. A dataset parameter selects tables without changing the document shape."}