| { |
| "definitions": {}, |
| "$schema": "http://json-schema.org/draft-07/schema#", |
| "$id": "http://www.onap.org/policy/models/schemas/onap.policies.controlloop.Operational.schema.json", |
| "type": "object", |
| "title": "Root Schema for legacy onap.policies.controlloop.Operational policy type domain policies", |
| "required": [ |
| "type", |
| "type_version", |
| "name", |
| "version", |
| "properties" |
| ], |
| "properties": { |
| "type": { |
| "$id": "#/properties/type", |
| "type": "string", |
| "title": "Policy Type", |
| "default": "onap.policies.controlloop.Operational", |
| "examples": [ |
| "onap.policies.controlloop.Operational" |
| ], |
| "pattern": "^(.+)$" |
| }, |
| "type_version": { |
| "$id": "#/properties/type_version", |
| "type": "string", |
| "title": "Policy Type Version", |
| "examples": [ |
| "1.0.0" |
| ], |
| "pattern": "^(.+)$" |
| }, |
| "version": { |
| "$id": "#/properties/version", |
| "type": "string", |
| "title": "Version", |
| "examples": [ |
| "1.0.0" |
| ], |
| "pattern": "^(.+)$" |
| }, |
| "name": { |
| "$id": "#/properties/name", |
| "type": "string", |
| "title": "Name", |
| "examples": [ |
| "example" |
| ], |
| "pattern": "^(.+)$" |
| }, |
| "metadata": { |
| "$id": "#/properties/metadata", |
| "type": "object", |
| "title": "Metadata", |
| "required": [ |
| "policy-id" |
| ], |
| "properties": { |
| "policy-id": { |
| "$id": "#/properties/metadata/properties/policy-id", |
| "type": "string", |
| "title": "Policy Name", |
| "examples": [ |
| "example" |
| ], |
| "pattern": "^(.+)$" |
| } |
| } |
| }, |
| "properties": { |
| "$id": "#/properties/properties", |
| "type": "object", |
| "title": "Properties", |
| "required": [ |
| "content" |
| ], |
| "properties": { |
| "content": { |
| "$id": "#/properties/properties/properties/content", |
| "type": "string", |
| "title": "Legacy policy in yaml format", |
| "examples": [ |
| "controlLoop%3A%0A%20%20version%3A%202.0.0%0A%20%20controlLoopName%3A%20ControlLoop-vCPEv2-48f0c2c3-a172-4192-9ae3-052274181b6e%0A%20%20trigger_policy%3A%20unique-policy-id-1-restart%0A%20%20timeout%3A%203600%0A%20%20abatement%3A%20true%0A%20%0Apolicies%3A%0A%20%20-%20id%3A%20unique-policy-id-1-restart%0A%20%20%20%20name%3A%20Restart%20the%20VM%0A%20%20%20%20description%3A%0A%20%20%20%20actor%3A%20APPC%0A%20%20%20%20recipe%3A%20Restart%0A%20%20%20%20target%3A%0A%20%20%20%20%20%20type%3A%20VM%0A%20%20%20%20retry%3A%203%0A%20%20%20%20timeout%3A%201200%0A%20%20%20%20success%3A%20final_success%0A%20%20%20%20failure%3A%20final_failure%0A%20%20%20%20failure_timeout%3A%20final_failure_timeout%0A%20%20%20%20failure_retries%3A%20final_failure_retries%0A%20%20%20%20failure_exception%3A%20final_failure_exception%0A%20%20%20%20failure_guard%3A%20final_failure_guard" |
| ], |
| "pattern": "^(.+)$" |
| } |
| } |
| } |
| } |
| } |