addedOutput schema / anyOf
Added value: +[
+ {
+ "properties": {
+ "destinations": {
+ "items": {
+ "properties": {
+ "country": {
+ "examples": [
+ "United Kingdom"
+ ],
+ "type": "string"
+ },
+ "id": {
+ "examples": [
+ "london"
+ ],
+ "type": "string"
+ },
+ "name": {
+ "examples": [
+ "London"
+ ],
+ "type": "string"
+ },
+ "viatorId": {
+ "description": "Viator destination reference.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "country",
+ "viatorId"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "destinations"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "availableTools": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "code": {
+ "type": "string"
+ },
+ "docs": {
+ "format": "uri",
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "retryAfterSeconds": {
+ "type": "integer"
+ },
+ "status": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "code",
+ "message",
+ "status"
+ ],
+ "type": "object"
+ }
+]
removedOutput schema / properties
Removed value: -{
- "destinations": {
- "items": {
- "properties": {
- "country": {
- "examples": [
- "United Kingdom"
- ],
- "type": "string"
- },
- "id": {
- "examples": [
- "london"
- ],
- "type": "string"
- },
- "name": {
- "examples": [
- "London"
- ],
- "type": "string"
- },
- "viatorId": {
- "description": "Viator destination reference.",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "country",
- "viatorId"
- ],
- "type": "object"
- },
- "type": "array"
- }
-}