diff options
Diffstat (limited to 'dpo/data-formats/sonToPolicyReq-dataformat.json')
-rw-r--r-- | dpo/data-formats/sonToPolicyReq-dataformat.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dpo/data-formats/sonToPolicyReq-dataformat.json b/dpo/data-formats/sonToPolicyReq-dataformat.json new file mode 100644 index 0000000..7686242 --- /dev/null +++ b/dpo/data-formats/sonToPolicyReq-dataformat.json @@ -0,0 +1,24 @@ +{ + "dataformatversion": "1.0.0", + "jsonschema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "additionalproperties": true, + "description": "", + "properties": { + "policyName": { + "description": "", + "type": "string" + } + }, + "required": [ + "policyName" + ], + "type": "object" + }, + "self": { + "description": "", + "name": "SON_TO_POLICY_REST_REQ", + "version": "1.0.0" + } +} + |