Initial SFERA platform baseline

This commit is contained in:
2026-05-16 19:03:49 +03:00
commit 3b845c8fce
282 changed files with 55045 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"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."
]
}