aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/nbrListFromSdnr-dataformat.json
diff options
context:
space:
mode:
Diffstat (limited to 'dpo/data-formats/nbrListFromSdnr-dataformat.json')
-rw-r--r--dpo/data-formats/nbrListFromSdnr-dataformat.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/dpo/data-formats/nbrListFromSdnr-dataformat.json b/dpo/data-formats/nbrListFromSdnr-dataformat.json
new file mode 100644
index 0000000..ad50950
--- /dev/null
+++ b/dpo/data-formats/nbrListFromSdnr-dataformat.json
@@ -0,0 +1,33 @@
+{
+ "dataformatversion": "1.0.0",
+ "jsonschema": {
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "description": "",
+ "items": {
+ "additionalproperties": true,
+ "description": "",
+ "properties": {
+ "cellId": {
+ "description": "",
+ "type": "string"
+ },
+ "pciValue": {
+ "description": "",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "cellId",
+ "pciValue"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "self": {
+ "description": "",
+ "name": "NBRLST_FROM_SDNR",
+ "version": "1.0.0"
+ }
+}
+