addedOutput schema / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "children": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "description": "Page slug or destination id. Index pages use index.",
+ "pattern": "^[a-z0-9-]{1,100}$",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collection",
+ "destination",
+ "activity",
+ "collections",
+ "destinations",
+ "activities"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id",
+ "title",
+ "url",
+ "description"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "page": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "description": "Page slug or destination id. Index pages use index.",
+ "pattern": "^[a-z0-9-]{1,100}$",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collection",
+ "destination",
+ "activity",
+ "collections",
+ "destinations",
+ "activities"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id",
+ "title",
+ "url",
+ "description"
+ ],
+ "type": "object"
+ },
+ "parent": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "description": "Page slug or destination id. Index pages use index.",
+ "pattern": "^[a-z0-9-]{1,100}$",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collection",
+ "destination",
+ "activity",
+ "collections",
+ "destinations",
+ "activities"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id",
+ "title",
+ "url",
+ "description"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "related": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "description": "Page slug or destination id. Index pages use index.",
+ "pattern": "^[a-z0-9-]{1,100}$",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collection",
+ "destination",
+ "activity",
+ "collections",
+ "destinations",
+ "activities"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "id",
+ "title",
+ "url",
+ "description"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "page",
+ "parent",
+ "children",
+ "related"
+ ],
+ "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: -{
- "children": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "id": {
- "description": "Page slug or destination id. Index pages use index.",
- "pattern": "^[a-z0-9-]{1,100}$",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "enum": [
- "collection",
- "destination",
- "activity",
- "collections",
- "destinations",
- "activities"
- ],
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "id",
- "title",
- "url",
- "description"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "page": {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "id": {
- "description": "Page slug or destination id. Index pages use index.",
- "pattern": "^[a-z0-9-]{1,100}$",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "enum": [
- "collection",
- "destination",
- "activity",
- "collections",
- "destinations",
- "activities"
- ],
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "id",
- "title",
- "url",
- "description"
- ],
- "type": "object"
- },
- "parent": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "id": {
- "description": "Page slug or destination id. Index pages use index.",
- "pattern": "^[a-z0-9-]{1,100}$",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "enum": [
- "collection",
- "destination",
- "activity",
- "collections",
- "destinations",
- "activities"
- ],
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "id",
- "title",
- "url",
- "description"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "related": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "description": {
- "type": "string"
- },
- "id": {
- "description": "Page slug or destination id. Index pages use index.",
- "pattern": "^[a-z0-9-]{1,100}$",
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "type": {
- "enum": [
- "collection",
- "destination",
- "activity",
- "collections",
- "destinations",
- "activities"
- ],
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "id",
- "title",
- "url",
- "description"
- ],
- "type": "object"
- },
- "type": "array"
- }
-}