12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"ok": {"type": "boolean"},
|
|
"records": {"type": "array"},
|
|
"confirmed_plan_id": {"type": "string"},
|
|
"warnings": {"type": "array", "items": {"type": "string"}},
|
|
"error": {"type": "string"}
|
|
},
|
|
"required": ["ok"]
|
|
}
|