obl-engine / swagger_tests.json
Godswill-IoT's picture
Upload 12 files
8277290 verified
[
{
"name": "Create Outcome Contract",
"payload": {
"request_id": "req-obl-001",
"engine": "obl-engine",
"action": "create_outcome_contract",
"actor": {
"user_id": "user_123",
"session_id": null
},
"input": {
"text": "Mastering React.js for enterprise applications.",
"items": [],
"refs": {}
},
"context": {},
"options": {}
}
},
{
"name": "Generate Path",
"payload": {
"request_id": "req-obl-002",
"engine": "obl-engine",
"action": "generate_path",
"actor": {
"user_id": "user_123",
"session_id": null
},
"input": {
"text": null,
"items": [],
"refs": {
"skills": [
{
"id": "react_001",
"name": "Hooks"
},
{
"id": "react_002",
"name": "Context API"
}
],
"proofs": [
{
"id": "proof_001",
"type": "project",
"rubric": "Build a state-managed dashboard."
}
]
}
},
"context": {},
"options": {}
}
}
]