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
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"id": "example_string",
|
|
"userId": "example_string",
|
|
"convoMessageIds": [
|
|
"example_string"
|
|
],
|
|
"convoMessageDescriptionIds": [
|
|
"example_string"
|
|
],
|
|
"planFileResultIds": [
|
|
"example_string"
|
|
],
|
|
"commitMsg": "example_string",
|
|
"createdAt": "2024-01-01T00:00:00Z"
|
|
} |