forked from HAL9000/cleveragents-core
a6f3bd3841
This commit adds JSON/YAML schemas, Python stubs, fixture examples, and comprehensive test coverage for data contracts across all modules (auth, AI models, contexts, plans, orgs, etc.). Implements automated validation through Behave and
9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"type": "<OperationType>",
|
|
"path": "example_string",
|
|
"destination": "example_string",
|
|
"content": "example_string",
|
|
"description": "example_string",
|
|
"replybefore": "example_string",
|
|
"numtokens": 42
|
|
} |