aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/json-schemas/generic-placement-intent.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/json-schemas/generic-placement-intent.json')
-rw-r--r--src/orchestrator/json-schemas/generic-placement-intent.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/orchestrator/json-schemas/generic-placement-intent.json b/src/orchestrator/json-schemas/generic-placement-intent.json
index 44df9087..b1d8e229 100644
--- a/src/orchestrator/json-schemas/generic-placement-intent.json
+++ b/src/orchestrator/json-schemas/generic-placement-intent.json
@@ -2,21 +2,6 @@
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
- "spec": {
- "type": "object",
- "description": "Spec",
- "properties": {
- "logical-cloud": {
- "description": "Logical Cloud to use for this intent",
- "required": [
- "logical-cloud"
- ],
- "type": "string",
- "example": "cloud1",
- "maxLength": 128
- }
- }
- },
"metadata": {
"required": ["name"],
"properties": {