{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Brain","type":"object","required":["id","name","description"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"provider":{"type":"string"},"modelId":{"type":"string"},"config":{"type":"object","additionalProperties":true}},"additionalProperties":false}