changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "capability": {},
+ "draft": {},
+ "enabledRouteTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "enabledServiceModules": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "missingFields": {
+ "items": {},
+ "type": "array"
+ },
+ "nextQuestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "readyForQuote": {
+ "type": "boolean"
+ },
+ "requiredServiceModules": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "routeType": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "success",
+ "draft",
+ "routeType",
+ "capability",
+ "readyForQuote",
+ "requiredServiceModules",
+ "missingFields",
+ "nextQuestions",
+ "warnings",
+ "enabledRouteTypes",
+ "enabledServiceModules"
+ ],
+ "type": "object"
+}