{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://tell-llm.com/schemas/manifest.v1.json","title":"Tell LLM Manifest v1","type":"object","required":["schema","title","prompt","tools","version","providers"],"properties":{"schema":{"const":"https://tell-llm.com/schemas/manifest.v1.json"},"title":{"type":"string","minLength":1},"prompt":{"type":"string","minLength":1},"recommended_model":{"type":"string"},"tools":{"type":"array","items":{"type":"string"}},"version":{"const":"1.0"},"providers":{"type":"object","additionalProperties":{"type":"object","required":["supported","label"],"properties":{"supported":{"enum":["stable","best_effort","unsupported"]},"label":{"type":"string"}}}}}}