addedOutput schema / properties / next_steps
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "automatic_action_authorized": {
+ "const": false,
+ "type": "boolean"
+ },
+ "boundary": {
+ "type": "string"
+ },
+ "offer_registry": {
+ "format": "uri",
+ "type": "string"
+ },
+ "options": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "when_to_use": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "label",
+ "url",
+ "when_to_use"
+ ],
+ "type": "object"
+ },
+ "maxItems": 3,
+ "type": "array"
+ },
+ "purpose": {
+ "const": "optional_routing_not_recommendation",
+ "type": "string"
+ },
+ "schema_version": {
+ "const": "mvr-optional-routing@1.0",
+ "type": "string"
+ }
+ },
+ "required": [
+ "schema_version",
+ "purpose",
+ "automatic_action_authorized",
+ "boundary",
+ "offer_registry",
+ "options"
+ ],
+ "type": "object"
+}