9fa1f0cc51
Policies and roots were editable only via SQL inside the container. Full CRUD over both, validated against the vocabulary the policy engine knows — unknown resolutions or sources answer 422 naming the field, malformed JSON answers 422, deleting a referenced policy or an occupied root answers 409. Closes #116 (API half).
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT count(*) AS \"count!: i64\" FROM movies WHERE root_id = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count!: i64",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "4492267683b60d3104c3bf315cca56981adbecbb4722305cdad7241f4f0d8fec"
|
|
}
|