zhizhi/src/schemas/hli/ticket/query.schema.json

27 lines
591 B
JSON
Raw Normal View History

{
"hli_id": "HLI-TICKET-002",
"version": "v0.1-stub",
"route": "/hli/ticket/query",
"method": "GET",
"type": "REQUEST",
"status": "stub",
"target_phase": "P2",
"input": {
"type": "object",
"properties": {
"ticket_id": { "type": "string" },
"status": { "type": "string" }
}
},
"output": {
"type": "object",
"properties": {
"status": { "type": "string", "enum": ["not_implemented"] },
"phase": { "type": "string" }
}
},
"changelog": [
{ "date": "2026-03-26", "note": "501 stub — Phase 0 占位P2 实现" }
]
}