19 lines
473 B
JSON
19 lines
473 B
JSON
{
|
|
"name": "SFERA",
|
|
"version": "0.1.0",
|
|
"http_service_root": "sfera",
|
|
"endpoints": {
|
|
"health": "health",
|
|
"metadata_snapshot": "v1/metadata",
|
|
"query": "v1/query",
|
|
"data_read": "v1/data/read",
|
|
"data_write": "v1/data/write",
|
|
"metadata_apply": "v1/metadata/apply"
|
|
},
|
|
"notes": [
|
|
"This folder contains source templates for a 1C extension.",
|
|
"Build/install of .cfe is performed by the Windows Agent in the next integration step."
|
|
]
|
|
}
|
|
|