summaryrefslogtreecommitdiffstats
path: root/app/data/meta_model/meta_policy_schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/data/meta_model/meta_policy_schema.yaml')
-rw-r--r--app/data/meta_model/meta_policy_schema.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/data/meta_model/meta_policy_schema.yaml b/app/data/meta_model/meta_policy_schema.yaml
new file mode 100644
index 0000000..1efcf73
--- /dev/null
+++ b/app/data/meta_model/meta_policy_schema.yaml
@@ -0,0 +1,18 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+
+node_types:
+ policy.nodes.Root:
+ derived_from: tosca.nodes.Root
+ properties:
+ policyName:
+ type: string
+ required: true
+ policyVersion:
+ type: string
+ required: true
+ policyScope:
+ type: string
+ required: true
+ policyDescription:
+ type: string
+ required: false \ No newline at end of file