|
|
@@ -1,6 +1,9 @@
|
|
|
{
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
+ "$schema": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"provider": {
|
|
|
"type": "object",
|
|
|
"additionalProperties": {
|
|
|
@@ -69,7 +72,10 @@
|
|
|
"type": "number"
|
|
|
}
|
|
|
},
|
|
|
- "required": ["context", "output"],
|
|
|
+ "required": [
|
|
|
+ "context",
|
|
|
+ "output"
|
|
|
+ ],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
"id": {
|
|
|
@@ -84,7 +90,9 @@
|
|
|
"additionalProperties": {}
|
|
|
}
|
|
|
},
|
|
|
- "required": ["models"],
|
|
|
+ "required": [
|
|
|
+ "models"
|
|
|
+ ],
|
|
|
"additionalProperties": false
|
|
|
}
|
|
|
},
|
|
|
@@ -112,7 +120,10 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "required": ["type", "command"],
|
|
|
+ "required": [
|
|
|
+ "type",
|
|
|
+ "command"
|
|
|
+ ],
|
|
|
"additionalProperties": false
|
|
|
},
|
|
|
{
|
|
|
@@ -126,7 +137,10 @@
|
|
|
"type": "string"
|
|
|
}
|
|
|
},
|
|
|
- "required": ["type", "url"],
|
|
|
+ "required": [
|
|
|
+ "type",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
"additionalProperties": false
|
|
|
}
|
|
|
]
|
|
|
@@ -135,5 +149,4 @@
|
|
|
},
|
|
|
"additionalProperties": false,
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
|
-}
|
|
|
-
|
|
|
+}
|