aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/pciFromSdnr-dataformat.json
diff options
context:
space:
mode:
Diffstat (limited to 'dpo/data-formats/pciFromSdnr-dataformat.json')
-rw-r--r--dpo/data-formats/pciFromSdnr-dataformat.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/dpo/data-formats/pciFromSdnr-dataformat.json b/dpo/data-formats/pciFromSdnr-dataformat.json
new file mode 100644
index 0000000..5eb8e7c
--- /dev/null
+++ b/dpo/data-formats/pciFromSdnr-dataformat.json
@@ -0,0 +1,29 @@
+{
+ "dataformatversion": "1.0.0",
+ "jsonschema": {
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "additionalproperties": true,
+ "description": "",
+ "properties": {
+ "attribute-name": {
+ "description": "",
+ "type": "string"
+ },
+ "value": {
+ "description": "",
+ "type": "string"
+ }
+ },
+ "required": [
+ "attribute-name",
+ "value"
+ ],
+ "type": "object"
+ },
+ "self": {
+ "description": "",
+ "name": "PCI_FROM_SDNR",
+ "version": "1.0.0"
+ }
+}
+