{
  "components": {
    "responses": {
      "errors": {
        "content": {
          "application/vnd.api+json": {
            "schema": {
              "$ref": "#/components/schemas/errors"
            }
          }
        },
        "description": "General Error"
      }
    },
    "schemas": {
      "post-filter-slug": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-author_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "or": {
            "items": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "type_definition_id": {
            "$ref": "#/components/schemas/entry-filter-type_definition_id"
          },
          "category": {
            "$ref": "#/components/schemas/category-filter"
          },
          "highlight": {
            "$ref": "#/components/schemas/entry-filter-highlight"
          },
          "inserted_at": {
            "$ref": "#/components/schemas/entry-filter-inserted_at"
          },
          "and": {
            "items": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "scheduled_at": {
            "$ref": "#/components/schemas/entry-filter-scheduled_at"
          },
          "seo_title": {
            "$ref": "#/components/schemas/entry-filter-seo_title"
          },
          "canonical_url": {
            "$ref": "#/components/schemas/entry-filter-canonical_url"
          },
          "type_name": {
            "$ref": "#/components/schemas/entry-filter-type_name"
          },
          "author_id": {
            "$ref": "#/components/schemas/entry-filter-author_id"
          },
          "not": {
            "$ref": "#/components/schemas/entry-filter"
          },
          "content_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "updated_at": {
            "$ref": "#/components/schemas/entry-filter-updated_at"
          },
          "id": {
            "$ref": "#/components/schemas/entry-filter-id"
          },
          "audience": {
            "$ref": "#/components/schemas/entry-filter-audience"
          },
          "category_id": {
            "$ref": "#/components/schemas/entry-filter-category_id"
          },
          "tags": {
            "$ref": "#/components/schemas/tag-filter"
          },
          "published": {
            "$ref": "#/components/schemas/entry-filter-published"
          },
          "incoming_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "seo_image": {
            "$ref": "#/components/schemas/entry-filter-seo_image"
          },
          "unpublish_at": {
            "$ref": "#/components/schemas/entry-filter-unpublish_at"
          },
          "featured_image_id": {
            "$ref": "#/components/schemas/entry-filter-featured_image_id"
          },
          "locale": {
            "$ref": "#/components/schemas/entry-filter-locale"
          },
          "state": {
            "$ref": "#/components/schemas/entry-filter-state"
          },
          "slug": {
            "$ref": "#/components/schemas/entry-filter-slug"
          },
          "featured_image": {
            "$ref": "#/components/schemas/media_item-filter"
          },
          "published_at": {
            "$ref": "#/components/schemas/entry-filter-published_at"
          },
          "related_entrys": {
            "$ref": "#/components/schemas/entry-filter"
          },
          "custom_fields": {
            "$ref": "#/components/schemas/entry-filter-custom_fields"
          },
          "excerpt": {
            "$ref": "#/components/schemas/entry-filter-excerpt"
          },
          "title": {
            "$ref": "#/components/schemas/entry-filter-title"
          },
          "seo_description": {
            "$ref": "#/components/schemas/entry-filter-seo_description"
          }
        },
        "type": "deepObject"
      },
      "content_link": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a content_link",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a content_link",
            "properties": {
              "kind": {
                "description": "Field included by default.",
                "type": "string"
              },
              "label": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "metadata": {
                "description": "Field included by default.",
                "type": "object"
              },
              "position": {
                "description": "Field included by default.",
                "type": "integer"
              },
              "source_id": {
                "description": "Field included by default.",
                "format": "uuid",
                "type": "string"
              },
              "target_id": {
                "description": "Field included by default.",
                "format": "uuid",
                "type": "string"
              }
            },
            "required": [
              "source_id",
              "target_id",
              "kind",
              "position",
              "metadata"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a content_link",
            "properties": {},
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "post-filter-locale": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-content_type": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-author_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-featured_image_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-published_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "category": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a category",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a category",
            "properties": {
              "description": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "name": {
                "description": "Field included by default.",
                "type": "string"
              },
              "page_count": {
                "anyOf": [
                  {
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "post_count": {
                "anyOf": [
                  {
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "slug": {
                "description": "Field included by default.",
                "type": "string"
              }
            },
            "required": [
              "name",
              "slug"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a category",
            "properties": {
              "pages": {
                "properties": {
                  "data": {
                    "description": "Relationship data for pages",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for pages",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "posts": {
                "properties": {
                  "data": {
                    "description": "Relationship data for posts",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for posts",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "media_item-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "alt": {
            "$ref": "#/components/schemas/media_item-filter-alt"
          },
          "and": {
            "items": {
              "$ref": "#/components/schemas/media_item-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "byte_size": {
            "$ref": "#/components/schemas/media_item-filter-byte_size"
          },
          "caption": {
            "$ref": "#/components/schemas/media_item-filter-caption"
          },
          "content_type": {
            "$ref": "#/components/schemas/media_item-filter-content_type"
          },
          "featured_pages": {
            "$ref": "#/components/schemas/page-filter"
          },
          "featured_posts": {
            "$ref": "#/components/schemas/post-filter"
          },
          "filename": {
            "$ref": "#/components/schemas/media_item-filter-filename"
          },
          "focal_x": {
            "$ref": "#/components/schemas/media_item-filter-focal_x"
          },
          "focal_y": {
            "$ref": "#/components/schemas/media_item-filter-focal_y"
          },
          "height": {
            "$ref": "#/components/schemas/media_item-filter-height"
          },
          "id": {
            "$ref": "#/components/schemas/media_item-filter-id"
          },
          "not": {
            "$ref": "#/components/schemas/media_item-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/media_item-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "storage_key": {
            "$ref": "#/components/schemas/media_item-filter-storage_key"
          },
          "url": {
            "$ref": "#/components/schemas/media_item-filter-url"
          },
          "variants": {
            "$ref": "#/components/schemas/media_item-filter-variants"
          },
          "width": {
            "$ref": "#/components/schemas/media_item-filter-width"
          }
        },
        "type": "deepObject"
      },
      "entry_blocks-input-update-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "media_item-filter-width": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "page-filter-highlight": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "locale": {
                "type": "string"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "locale",
              "query"
            ],
            "type": "object"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "content_link-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "and": {
            "items": {
              "$ref": "#/components/schemas/content_link-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "$ref": "#/components/schemas/content_link-filter-id"
          },
          "kind": {
            "$ref": "#/components/schemas/content_link-filter-kind"
          },
          "label": {
            "$ref": "#/components/schemas/content_link-filter-label"
          },
          "metadata": {
            "$ref": "#/components/schemas/content_link-filter-metadata"
          },
          "not": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/content_link-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "position": {
            "$ref": "#/components/schemas/content_link-filter-position"
          },
          "source_id": {
            "$ref": "#/components/schemas/content_link-filter-source_id"
          },
          "target_id": {
            "$ref": "#/components/schemas/content_link-filter-target_id"
          }
        },
        "type": "deepObject"
      },
      "post_blocks-input-create-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "entry-filter-scheduled_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "media_item-filter-focal_y": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "float",
            "type": "number"
          },
          "greater_than": {
            "format": "float",
            "type": "number"
          },
          "greater_than_or_equal": {
            "format": "float",
            "type": "number"
          },
          "in": {
            "items": {
              "format": "float",
              "type": "number"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "float",
            "type": "number"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "float",
            "type": "number"
          },
          "less_than": {
            "format": "float",
            "type": "number"
          },
          "less_than_or_equal": {
            "format": "float",
            "type": "number"
          },
          "not_eq": {
            "format": "float",
            "type": "number"
          }
        },
        "type": "object"
      },
      "tag-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "links": {
        "additionalProperties": {
          "$ref": "#/components/schemas/link"
        },
        "type": "object"
      },
      "entry-filter-canonical_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-inserted_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "entry_blocks-input-create-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "category-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-seo_image": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "category-filter-description": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-caption": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-seo_title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-audience": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-storage_key": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "and": {
            "items": {
              "$ref": "#/components/schemas/post-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "audience": {
            "$ref": "#/components/schemas/post-filter-audience"
          },
          "author_id": {
            "$ref": "#/components/schemas/post-filter-author_id"
          },
          "canonical_url": {
            "$ref": "#/components/schemas/post-filter-canonical_url"
          },
          "category": {
            "$ref": "#/components/schemas/category-filter"
          },
          "category_id": {
            "$ref": "#/components/schemas/post-filter-category_id"
          },
          "content_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "custom_fields": {
            "$ref": "#/components/schemas/post-filter-custom_fields"
          },
          "excerpt": {
            "$ref": "#/components/schemas/post-filter-excerpt"
          },
          "featured_image": {
            "$ref": "#/components/schemas/media_item-filter"
          },
          "featured_image_id": {
            "$ref": "#/components/schemas/post-filter-featured_image_id"
          },
          "highlight": {
            "$ref": "#/components/schemas/post-filter-highlight"
          },
          "id": {
            "$ref": "#/components/schemas/post-filter-id"
          },
          "incoming_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "inserted_at": {
            "$ref": "#/components/schemas/post-filter-inserted_at"
          },
          "locale": {
            "$ref": "#/components/schemas/post-filter-locale"
          },
          "not": {
            "$ref": "#/components/schemas/post-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/post-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "published": {
            "$ref": "#/components/schemas/post-filter-published"
          },
          "published_at": {
            "$ref": "#/components/schemas/post-filter-published_at"
          },
          "related_posts": {
            "$ref": "#/components/schemas/post-filter"
          },
          "scheduled_at": {
            "$ref": "#/components/schemas/post-filter-scheduled_at"
          },
          "seo_description": {
            "$ref": "#/components/schemas/post-filter-seo_description"
          },
          "seo_image": {
            "$ref": "#/components/schemas/post-filter-seo_image"
          },
          "seo_title": {
            "$ref": "#/components/schemas/post-filter-seo_title"
          },
          "slug": {
            "$ref": "#/components/schemas/post-filter-slug"
          },
          "state": {
            "$ref": "#/components/schemas/post-filter-state"
          },
          "tags": {
            "$ref": "#/components/schemas/tag-filter"
          },
          "title": {
            "$ref": "#/components/schemas/post-filter-title"
          },
          "unpublish_at": {
            "$ref": "#/components/schemas/post-filter-unpublish_at"
          },
          "updated_at": {
            "$ref": "#/components/schemas/post-filter-updated_at"
          }
        },
        "type": "deepObject"
      },
      "entry": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a entry",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a entry",
            "properties": {
              "audience": {
                "description": "Field included by default.",
                "enum": [
                  "public",
                  "member"
                ],
                "type": "string"
              },
              "author_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "canonical_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "category_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "custom_fields": {
                "description": "Field included by default.",
                "type": "object"
              },
              "excerpt": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "featured_image_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "highlight": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "inserted_at": {
                "description": "Field included by default."
              },
              "locale": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "published": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "published_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "scheduled_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_description": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_image": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_title": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "slug": {
                "description": "Field included by default.",
                "type": "string"
              },
              "state": {
                "description": "Field included by default.",
                "enum": [
                  "draft",
                  "in_review",
                  "published",
                  "archived"
                ],
                "type": "string"
              },
              "title": {
                "description": "Field included by default.",
                "type": "string"
              },
              "type_definition_id": {
                "description": "Field included by default.",
                "format": "uuid",
                "type": "string"
              },
              "type_name": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "unpublish_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "updated_at": {
                "description": "Field included by default."
              },
              "word_count": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "title",
              "slug",
              "audience",
              "custom_fields",
              "inserted_at",
              "updated_at",
              "type_definition_id",
              "state"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a entry",
            "properties": {
              "category": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for category",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "content_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for content_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for content_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "featured_image": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for featured_image",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "incoming_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for incoming_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for incoming_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "related_entrys": {
                "properties": {
                  "data": {
                    "description": "Relationship data for related_entrys",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for related_entrys",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "tags": {
                "properties": {
                  "data": {
                    "description": "Relationship data for tags",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for tags",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "page-filter-seo_description": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-canonical_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-excerpt": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-updated_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "tag-filter-page_count": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "post-filter-category_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-seo_title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-highlight": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "locale": {
                "type": "string"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "locale",
              "query"
            ],
            "type": "object"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "link": {
        "description": "A link MUST be represented as either: a string containing the link's URL or a link object.",
        "type": "string"
      },
      "entry-filter-type_definition_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-slug": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "tag-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "and": {
            "items": {
              "$ref": "#/components/schemas/tag-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "$ref": "#/components/schemas/tag-filter-id"
          },
          "name": {
            "$ref": "#/components/schemas/tag-filter-name"
          },
          "not": {
            "$ref": "#/components/schemas/tag-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/tag-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "page_count": {
            "$ref": "#/components/schemas/tag-filter-page_count"
          },
          "pages": {
            "$ref": "#/components/schemas/page-filter"
          },
          "post_count": {
            "$ref": "#/components/schemas/tag-filter-post_count"
          },
          "posts": {
            "$ref": "#/components/schemas/post-filter"
          },
          "slug": {
            "$ref": "#/components/schemas/tag-filter-slug"
          }
        },
        "type": "deepObject"
      },
      "tag-filter-post_count": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "media_item-filter-height": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "page-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "and": {
            "items": {
              "$ref": "#/components/schemas/page-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "audience": {
            "$ref": "#/components/schemas/page-filter-audience"
          },
          "author_id": {
            "$ref": "#/components/schemas/page-filter-author_id"
          },
          "canonical_url": {
            "$ref": "#/components/schemas/page-filter-canonical_url"
          },
          "category": {
            "$ref": "#/components/schemas/category-filter"
          },
          "category_id": {
            "$ref": "#/components/schemas/page-filter-category_id"
          },
          "content_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "custom_fields": {
            "$ref": "#/components/schemas/page-filter-custom_fields"
          },
          "featured_image": {
            "$ref": "#/components/schemas/media_item-filter"
          },
          "featured_image_id": {
            "$ref": "#/components/schemas/page-filter-featured_image_id"
          },
          "highlight": {
            "$ref": "#/components/schemas/page-filter-highlight"
          },
          "id": {
            "$ref": "#/components/schemas/page-filter-id"
          },
          "incoming_links": {
            "$ref": "#/components/schemas/content_link-filter"
          },
          "inserted_at": {
            "$ref": "#/components/schemas/page-filter-inserted_at"
          },
          "locale": {
            "$ref": "#/components/schemas/page-filter-locale"
          },
          "not": {
            "$ref": "#/components/schemas/page-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/page-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "published": {
            "$ref": "#/components/schemas/page-filter-published"
          },
          "published_at": {
            "$ref": "#/components/schemas/page-filter-published_at"
          },
          "related_pages": {
            "$ref": "#/components/schemas/page-filter"
          },
          "scheduled_at": {
            "$ref": "#/components/schemas/page-filter-scheduled_at"
          },
          "seo_description": {
            "$ref": "#/components/schemas/page-filter-seo_description"
          },
          "seo_image": {
            "$ref": "#/components/schemas/page-filter-seo_image"
          },
          "seo_title": {
            "$ref": "#/components/schemas/page-filter-seo_title"
          },
          "slug": {
            "$ref": "#/components/schemas/page-filter-slug"
          },
          "state": {
            "$ref": "#/components/schemas/page-filter-state"
          },
          "tags": {
            "$ref": "#/components/schemas/tag-filter"
          },
          "title": {
            "$ref": "#/components/schemas/page-filter-title"
          },
          "unpublish_at": {
            "$ref": "#/components/schemas/page-filter-unpublish_at"
          },
          "updated_at": {
            "$ref": "#/components/schemas/page-filter-updated_at"
          }
        },
        "type": "deepObject"
      },
      "media_item-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-filename": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-audience": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-seo_image": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "content_link-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a media_item",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a media_item",
            "properties": {
              "alt": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "byte_size": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "caption": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "content_type": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "filename": {
                "description": "Field included by default.",
                "type": "string"
              },
              "focal_x": {
                "anyOf": [
                  {
                    "format": "float",
                    "nullable": true,
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "focal_y": {
                "anyOf": [
                  {
                    "format": "float",
                    "nullable": true,
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "height": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "storage_key": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "variants": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "object"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "width": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              }
            },
            "required": [
              "filename"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a media_item",
            "properties": {
              "featured_pages": {
                "properties": {
                  "data": {
                    "description": "Relationship data for featured_pages",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for featured_pages",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "featured_posts": {
                "properties": {
                  "data": {
                    "description": "Relationship data for featured_posts",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for featured_posts",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "page-filter-custom_fields": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "content_link-filter-target_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-focal_x": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "float",
            "type": "number"
          },
          "greater_than": {
            "format": "float",
            "type": "number"
          },
          "greater_than_or_equal": {
            "format": "float",
            "type": "number"
          },
          "in": {
            "items": {
              "format": "float",
              "type": "number"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "float",
            "type": "number"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "float",
            "type": "number"
          },
          "less_than": {
            "format": "float",
            "type": "number"
          },
          "less_than_or_equal": {
            "format": "float",
            "type": "number"
          },
          "not_eq": {
            "format": "float",
            "type": "number"
          }
        },
        "type": "object"
      },
      "category-filter-post_count": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "post-filter-published": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "media_item-filter-variants": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "entry-filter-locale": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-inserted_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "error": {
        "additionalProperties": false,
        "properties": {
          "code": {
            "description": "An application-specific error code, expressed as a string value.",
            "type": "string"
          },
          "detail": {
            "description": "A human-readable explanation specific to this occurrence of the problem.",
            "type": "string"
          },
          "id": {
            "description": "A unique identifier for this particular occurrence of the problem.",
            "type": "string"
          },
          "links": {
            "$ref": "#/components/schemas/links"
          },
          "source": {
            "properties": {
              "parameter": {
                "description": "A string indicating which query parameter caused the error.",
                "type": "string"
              },
              "pointer": {
                "description": "A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].",
                "type": "string"
              }
            },
            "type": "object"
          },
          "status": {
            "description": "The HTTP status code applicable to this problem, expressed as a string value.",
            "type": "string"
          },
          "title": {
            "description": "A short, human-readable summary of the problem. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "content_link-filter-position": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "page_blocks-input-create-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "post_blocks-input-update-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "errors": {
        "items": {
          "$ref": "#/components/schemas/error"
        },
        "type": "array",
        "uniqueItems": true
      },
      "tag-filter-name": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-unpublish_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "post-filter-seo_title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "category-filter-name": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-category_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-alt": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-scheduled_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "media_item-filter-byte_size": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "category-filter": {
        "additionalProperties": false,
        "description": "Filters the query to results matching the given filter object",
        "example": "",
        "properties": {
          "and": {
            "items": {
              "$ref": "#/components/schemas/category-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "description": {
            "$ref": "#/components/schemas/category-filter-description"
          },
          "id": {
            "$ref": "#/components/schemas/category-filter-id"
          },
          "name": {
            "$ref": "#/components/schemas/category-filter-name"
          },
          "not": {
            "$ref": "#/components/schemas/category-filter"
          },
          "or": {
            "items": {
              "$ref": "#/components/schemas/category-filter"
            },
            "type": "array",
            "uniqueItems": true
          },
          "page_count": {
            "$ref": "#/components/schemas/category-filter-page_count"
          },
          "pages": {
            "$ref": "#/components/schemas/page-filter"
          },
          "post_count": {
            "$ref": "#/components/schemas/category-filter-post_count"
          },
          "posts": {
            "$ref": "#/components/schemas/post-filter"
          },
          "slug": {
            "$ref": "#/components/schemas/category-filter-slug"
          }
        },
        "type": "deepObject"
      },
      "post-filter-excerpt": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-type_name": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-featured_image_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-state": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "category-filter-page_count": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "integer"
          },
          "greater_than": {
            "type": "integer"
          },
          "greater_than_or_equal": {
            "type": "integer"
          },
          "in": {
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "integer"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "integer"
          },
          "less_than": {
            "type": "integer"
          },
          "less_than_or_equal": {
            "type": "integer"
          },
          "not_eq": {
            "type": "integer"
          }
        },
        "type": "object"
      },
      "entry-filter-seo_description": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-custom_fields": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "page-filter-updated_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "content_link-filter-kind": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a page",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a page",
            "properties": {
              "audience": {
                "description": "Field included by default.",
                "enum": [
                  "public",
                  "member"
                ],
                "type": "string"
              },
              "author_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "canonical_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "category_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "custom_fields": {
                "description": "Field included by default.",
                "type": "object"
              },
              "featured_image_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "highlight": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "inserted_at": {
                "description": "Field included by default."
              },
              "locale": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "published": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "published_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "scheduled_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_description": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_image": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_title": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "slug": {
                "description": "Field included by default.",
                "type": "string"
              },
              "state": {
                "description": "Field included by default.",
                "enum": [
                  "draft",
                  "in_review",
                  "published",
                  "archived"
                ],
                "type": "string"
              },
              "title": {
                "description": "Field included by default.",
                "type": "string"
              },
              "unpublish_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "updated_at": {
                "description": "Field included by default."
              },
              "word_count": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "title",
              "slug",
              "audience",
              "custom_fields",
              "inserted_at",
              "updated_at",
              "state"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a page",
            "properties": {
              "category": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for category",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "content_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for content_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for content_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "featured_image": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for featured_image",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "incoming_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for incoming_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for incoming_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "related_pages": {
                "properties": {
                  "data": {
                    "description": "Relationship data for related_pages",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for related_pages",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "tags": {
                "properties": {
                  "data": {
                    "description": "Relationship data for tags",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for tags",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "content_link-filter-source_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-locale": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-highlight": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "input": {
            "additionalProperties": false,
            "properties": {
              "locale": {
                "type": "string"
              },
              "query": {
                "type": "string"
              }
            },
            "required": [
              "locale",
              "query"
            ],
            "type": "object"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tag": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a tag",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a tag",
            "properties": {
              "name": {
                "description": "Field included by default.",
                "type": "string"
              },
              "page_count": {
                "anyOf": [
                  {
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "post_count": {
                "anyOf": [
                  {
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "slug": {
                "description": "Field included by default.",
                "type": "string"
              }
            },
            "required": [
              "name",
              "slug"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a tag",
            "properties": {
              "pages": {
                "properties": {
                  "data": {
                    "description": "Relationship data for pages",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for pages",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "posts": {
                "properties": {
                  "data": {
                    "description": "Relationship data for posts",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for posts",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "content_link-filter-metadata": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "entry-filter-seo_image": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-custom_fields": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "object"
          },
          "greater_than": {
            "type": "object"
          },
          "greater_than_or_equal": {
            "type": "object"
          },
          "in": {
            "items": {
              "type": "object"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "object"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "object"
          },
          "less_than": {
            "type": "object"
          },
          "less_than_or_equal": {
            "type": "object"
          },
          "not_eq": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "entry-filter-title": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a ",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a ",
            "properties": {
              "anonymized_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "email": {
                "description": "Field included by default.",
                "type": "string"
              },
              "name": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "notify_on_publish": {
                "description": "Field included by default.",
                "type": "boolean"
              },
              "notify_on_return_to_draft": {
                "description": "Field included by default.",
                "type": "boolean"
              },
              "notify_on_review_request": {
                "description": "Field included by default.",
                "type": "boolean"
              },
              "role": {
                "description": "Field included by default.",
                "enum": [
                  "admin",
                  "editor",
                  "viewer"
                ],
                "type": "string"
              }
            },
            "required": [
              "email",
              "role",
              "notify_on_review_request",
              "notify_on_publish",
              "notify_on_return_to_draft"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a ",
            "properties": {},
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "category-filter-slug": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-inserted_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "page-filter-category_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-scheduled_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "page-filter-published_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "entry-filter-featured_image_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-canonical_url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-published": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "post-filter-state": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "media_item-filter-url": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "page-filter-slug": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "content_link-filter-label": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-updated_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "entry-filter-unpublish_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "page_blocks-input-update-type": {
        "additionalProperties": false,
        "properties": {
          "_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "_version": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "content": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "data": {
            "anyOf": [
              {
                "type": "object"
              },
              {
                "type": "null"
              }
            ]
          },
          "id": {
            "anyOf": [
              {
                "format": "uuid",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "legacy_type": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "type": "object"
      },
      "page-filter-audience": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "public",
              "member"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-published_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "post-filter-seo_description": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "entry-filter-state": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "greater_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "less_than_or_equal": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          },
          "not_eq": {
            "enum": [
              "draft",
              "in_review",
              "published",
              "archived"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "post": {
        "additionalProperties": false,
        "description": "A \"Resource object\" representing a post",
        "properties": {
          "attributes": {
            "additionalProperties": false,
            "description": "An attributes object for a post",
            "properties": {
              "audience": {
                "description": "Field included by default.",
                "enum": [
                  "public",
                  "member"
                ],
                "type": "string"
              },
              "author_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "canonical_url": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "category_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "custom_fields": {
                "description": "Field included by default.",
                "type": "object"
              },
              "excerpt": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "featured_image_id": {
                "anyOf": [
                  {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "highlight": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "inserted_at": {
                "description": "Field included by default."
              },
              "locale": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "published": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "boolean"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "published_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "scheduled_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_description": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_image": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "seo_title": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "string"
                  },
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "slug": {
                "description": "Field included by default.",
                "type": "string"
              },
              "state": {
                "description": "Field included by default.",
                "enum": [
                  "draft",
                  "in_review",
                  "published",
                  "archived"
                ],
                "type": "string"
              },
              "title": {
                "description": "Field included by default.",
                "type": "string"
              },
              "unpublish_at": {
                "anyOf": [
                  {},
                  {
                    "type": "null"
                  }
                ],
                "description": "Field included by default."
              },
              "updated_at": {
                "description": "Field included by default."
              },
              "word_count": {
                "anyOf": [
                  {
                    "nullable": true,
                    "type": "integer"
                  },
                  {
                    "type": "null"
                  }
                ]
              }
            },
            "required": [
              "title",
              "slug",
              "audience",
              "custom_fields",
              "inserted_at",
              "updated_at",
              "state"
            ],
            "type": "object"
          },
          "id": {
            "type": "string"
          },
          "relationships": {
            "additionalProperties": false,
            "description": "A relationships object for a post",
            "properties": {
              "category": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for category",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "content_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for content_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for content_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "featured_image": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "description": "An identifier for featured_image",
                    "nullable": true,
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "meta": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "id"
                    ],
                    "type": "object"
                  }
                }
              },
              "incoming_links": {
                "properties": {
                  "data": {
                    "description": "Relationship data for incoming_links",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for incoming_links",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "related_posts": {
                "properties": {
                  "data": {
                    "description": "Relationship data for related_posts",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for related_posts",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              },
              "tags": {
                "properties": {
                  "data": {
                    "description": "Relationship data for tags",
                    "items": {
                      "additionalProperties": false,
                      "description": "Resource identifiers for tags",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "meta": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "id"
                      ],
                      "type": "object"
                    },
                    "type": "array",
                    "uniqueItems": true
                  }
                }
              }
            },
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type",
          "id"
        ],
        "type": "object"
      },
      "entry-filter-published": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "type": "boolean"
          },
          "greater_than": {
            "type": "boolean"
          },
          "greater_than_or_equal": {
            "type": "boolean"
          },
          "in": {
            "items": {
              "type": "boolean"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "boolean"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "boolean"
          },
          "less_than": {
            "type": "boolean"
          },
          "less_than_or_equal": {
            "type": "boolean"
          },
          "not_eq": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "tag-filter-slug": {
        "additionalProperties": false,
        "properties": {
          "contains": {
            "type": "string"
          },
          "eq": {
            "type": "string"
          },
          "greater_than": {
            "type": "string"
          },
          "greater_than_or_equal": {
            "type": "string"
          },
          "ilike": {
            "type": "string"
          },
          "in": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "type": "string"
          },
          "less_than": {
            "type": "string"
          },
          "less_than_or_equal": {
            "type": "string"
          },
          "like": {
            "type": "string"
          },
          "not_eq": {
            "type": "string"
          },
          "string_ends_with": {
            "type": "string"
          },
          "string_starts_with": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "post-filter-unpublish_at": {
        "additionalProperties": false,
        "properties": {
          "eq": {},
          "greater_than": {},
          "greater_than_or_equal": {},
          "in": {
            "items": {},
            "type": "array"
          },
          "is_distinct_from": {},
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {},
          "less_than": {},
          "less_than_or_equal": {},
          "not_eq": {}
        },
        "type": "object"
      },
      "page-filter-author_id": {
        "additionalProperties": false,
        "properties": {
          "eq": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than": {
            "format": "uuid",
            "type": "string"
          },
          "greater_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "in": {
            "items": {
              "format": "uuid",
              "type": "string"
            },
            "type": "array"
          },
          "is_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "is_nil": {
            "type": "boolean"
          },
          "is_not_distinct_from": {
            "format": "uuid",
            "type": "string"
          },
          "less_than": {
            "format": "uuid",
            "type": "string"
          },
          "less_than_or_equal": {
            "format": "uuid",
            "type": "string"
          },
          "not_eq": {
            "format": "uuid",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "securitySchemes": {
      "bearerAuth": {
        "bearerFormat": "JWT",
        "description": "JWT for bearer authentication",
        "scheme": "bearer",
        "type": "http"
      }
    }
  },
  "info": {
    "contact": {
      "name": "KilnCMS",
      "url": "https://github.com/The-Verscienta/kiln_cms"
    },
    "description": "Read-oriented, [JSON:API](https://jsonapi.org/)-compliant delivery surface for\n**KilnCMS** headless consumers, covering the core content types **Page**,\n**Post** and **MediaItem**.\n\n## Authentication\n\nRequests are **anonymous by default** and resolved through each resource's read\npolicy, so an unauthenticated caller only ever sees **published** content — no\ncredentials are required for the public delivery use case.\n\nTo read drafts / in-review / archived content, authenticate as an editor or\nadmin with a JWT bearer token:\n\n```\nAuthorization: Bearer <token>\n```\n\nThe token is an AshAuthentication user JWT (the `bearerAuth` scheme below).\nThe same token authenticates the GraphQL endpoint (`POST /gql`) and its\nWebSocket. Obtain one for server-to-server use by posting credentials to\n**`POST /api/auth/sign_in`** (documented below); see also `docs/api.md`.\n\n## Content negotiation\n\nEvery request and response uses the JSON:API media type:\n\n```\nAccept: application/vnd.api+json\n```\n\n## Filtering, sorting & pagination\n\nCollection routes accept `filter[<field>]=`, `sort=<field>` (prefix `-` for\ndescending) and the `page[...]` family (`page[limit]` defaults to 25, capped\nat 100; `page[offset]`, `page[after]`/`page[before]` keyset cursors,\n`page[count]=true`). Full reference: `docs/json-api.md`.\n\n## Beyond JSON:API\n\nThe JSON:API router is one of several headless surfaces:\n\n  * **GraphQL** delivery + search at `POST /gql` (`docs/headless-graphql-api.md`).\n  * **Fired artifacts** (rendered block tree) at `GET /api/content/:type/:slug`.\n  * **Outbound webhooks** (HMAC-signed) on publish/unpublish/update.\n  * **Signed preview URLs** for unpublished content at `GET /preview/:token`.\n",
    "license": {
      "name": "MIT",
      "url": "https://github.com/The-Verscienta/kiln_cms/blob/main/LICENSE"
    },
    "title": "KilnCMS Headless API",
    "version": "0.1.0"
  },
  "openapi": "3.0.0",
  "paths": {
    "/api/json/entries/semantic-search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/semantic-search operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/media-items/search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/media-items/search operation on media_item resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/media_item-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|filename|-filename|\\+\\+filename|--filename|content_type|-content_type|\\+\\+content_type|--content_type|byte_size|-byte_size|\\+\\+byte_size|--byte_size|width|-width|\\+\\+width|--width|height|-height|\\+\\+height|--height|variants|-variants|\\+\\+variants|--variants|alt|-alt|\\+\\+alt|--alt|caption|-caption|\\+\\+caption|--caption|storage_key|-storage_key|\\+\\+storage_key|--storage_key|url|-url|\\+\\+url|--url|focal_x|-focal_x|\\+\\+focal_x|--focal_x|focal_y|-focal_y|\\+\\+focal_y|--focal_y)(,(id|-id|\\+\\+id|--id|filename|-filename|\\+\\+filename|--filename|content_type|-content_type|\\+\\+content_type|--content_type|byte_size|-byte_size|\\+\\+byte_size|--byte_size|width|-width|\\+\\+width|--width|height|-height|\\+\\+height|--height|variants|-variants|\\+\\+variants|--variants|alt|-alt|\\+\\+alt|--alt|caption|-caption|\\+\\+caption|--caption|storage_key|-storage_key|\\+\\+storage_key|--storage_key|url|-url|\\+\\+url|--url|focal_x|-focal_x|\\+\\+focal_x|--focal_x|focal_y|-focal_y|\\+\\+focal_y|--focal_y))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "media_item": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y"
              },
              "properties": {
                "media_item": {
                  "description": "Comma separated field names for media_item",
                  "example": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a media_item",
                      "items": {
                        "$ref": "#/components/schemas/media_item"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "media_item"
        ]
      }
    },
    "/api/json/pages": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      },
      "post": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages operation on page resource",
        "parameters": [
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/page_blocks-input-create-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_page_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "type": "string"
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "type": "string"
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "title",
                          "slug"
                        ],
                        "type": "object"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "page"
                        ]
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /pages operation on page resource",
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/posts/{id}/submit-for-review": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id/submit-for-review operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/post_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "post"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /posts/:id/submit-for-review operation on post resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/preview/{token}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Returns a single referenced draft Page/Post (curated public fields) for a short-lived signed token. No account needed; the token is the credential.",
        "operationId": "getPreview",
        "parameters": [
          {
            "description": "Signed preview token",
            "in": "path",
            "name": "token",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "The draft document"
          },
          "404": {
            "description": "Invalid or expired preview link"
          }
        },
        "security": [],
        "summary": "Fetch an unpublished document via a signed preview token",
        "tags": [
          "Delivery"
        ]
      }
    },
    "/api/json/entries/{id}/unpublish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id/unpublish operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/entry_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "type_definition_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "entry"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /entries/:id/unpublish operation on entry resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/posts": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      },
      "post": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts operation on post resource",
        "parameters": [
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/post_blocks-input-create-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_post_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "type": "string"
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "type": "string"
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "title",
                          "slug"
                        ],
                        "type": "object"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "post"
                        ]
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /posts operation on post resource",
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/entries": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      },
      "post": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries operation on entry resource",
        "parameters": [
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/entry_blocks-input-create-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_entry_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "type": "string"
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "type": "string"
                          },
                          "type_definition_id": {
                            "format": "uuid",
                            "type": "string"
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "required": [
                          "title",
                          "slug",
                          "type_definition_id"
                        ],
                        "type": "object"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "entry"
                        ]
                      }
                    },
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /entries operation on entry resource",
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/published operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/posts/semantic-search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/semantic-search operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/posts/autocomplete": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/autocomplete operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/pages/{id}": {
      "delete": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "description": "Deleted successfully"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      },
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      },
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/page_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_page_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "page"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /pages/:id operation on page resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/entries/search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/search/published operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/semantic-search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/semantic-search operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/pages/search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/search/published operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/posts/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/published operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/entries/{id}/publish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id/publish operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/entry_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "type_definition_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "entry"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /entries/:id/publish operation on entry resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/entries/autocomplete": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/autocomplete operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/categories": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/categories operation on category resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/category-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|name|-name|\\+\\+name|--name|slug|-slug|\\+\\+slug|--slug|description|-description|\\+\\+description|--description|page_count|-page_count|\\+\\+page_count|--page_count|post_count|-post_count|\\+\\+post_count|--post_count)(,(id|-id|\\+\\+id|--id|name|-name|\\+\\+name|--name|slug|-slug|\\+\\+slug|--slug|description|-description|\\+\\+description|--description|page_count|-page_count|\\+\\+page_count|--page_count|post_count|-post_count|\\+\\+post_count|--post_count))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "category": "id,name,slug,description"
              },
              "properties": {
                "category": {
                  "description": "Comma separated field names for category",
                  "example": "id,name,slug,description",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a category",
                      "items": {
                        "$ref": "#/components/schemas/category"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "category"
        ]
      }
    },
    "/api/json/posts/semantic-search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/semantic-search/published operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/entries/search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/search operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/search operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/categories/by-slug/{slug}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/categories/by-slug/:slug operation on category resource",
        "parameters": [
          {
            "in": "path",
            "name": "slug",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "category": "id,name,slug,description"
              },
              "properties": {
                "category": {
                  "description": "Comma separated field names for category",
                  "example": "id,name,slug,description",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/category"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "category"
        ]
      }
    },
    "/api/json/tags/by-slug/{slug}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/tags/by-slug/:slug operation on tag resource",
        "parameters": [
          {
            "in": "path",
            "name": "slug",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "tag": "id,name,slug"
              },
              "properties": {
                "tag": {
                  "description": "Comma separated field names for tag",
                  "example": "id,name,slug",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/tag"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "tag"
        ]
      }
    },
    "/api/json/pages/autocomplete": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/autocomplete operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/entries/{id}": {
      "delete": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "description": "Deleted successfully"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      },
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      },
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/entry_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_entry_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "type_definition_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "entry"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /entries/:id operation on entry resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/{id}/unpublish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id/unpublish operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/page_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "page"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /pages/:id/unpublish operation on page resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/tags/{id}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/tags/:id operation on tag resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "tag": "id,name,slug"
              },
              "properties": {
                "tag": {
                  "description": "Comma separated field names for tag",
                  "example": "id,name,slug",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/tag"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "tag"
        ]
      }
    },
    "/api/json/posts/{id}/publish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id/publish operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/post_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "post"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /posts/:id/publish operation on post resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/posts/search": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/search operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "state",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/media-items": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/media-items operation on media_item resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/media_item-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|filename|-filename|\\+\\+filename|--filename|content_type|-content_type|\\+\\+content_type|--content_type|byte_size|-byte_size|\\+\\+byte_size|--byte_size|width|-width|\\+\\+width|--width|height|-height|\\+\\+height|--height|variants|-variants|\\+\\+variants|--variants|alt|-alt|\\+\\+alt|--alt|caption|-caption|\\+\\+caption|--caption|storage_key|-storage_key|\\+\\+storage_key|--storage_key|url|-url|\\+\\+url|--url|focal_x|-focal_x|\\+\\+focal_x|--focal_x|focal_y|-focal_y|\\+\\+focal_y|--focal_y)(,(id|-id|\\+\\+id|--id|filename|-filename|\\+\\+filename|--filename|content_type|-content_type|\\+\\+content_type|--content_type|byte_size|-byte_size|\\+\\+byte_size|--byte_size|width|-width|\\+\\+width|--width|height|-height|\\+\\+height|--height|variants|-variants|\\+\\+variants|--variants|alt|-alt|\\+\\+alt|--alt|caption|-caption|\\+\\+caption|--caption|storage_key|-storage_key|\\+\\+storage_key|--storage_key|url|-url|\\+\\+url|--url|focal_x|-focal_x|\\+\\+focal_x|--focal_x|focal_y|-focal_y|\\+\\+focal_y|--focal_y))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "media_item": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y"
              },
              "properties": {
                "media_item": {
                  "description": "Comma separated field names for media_item",
                  "example": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a media_item",
                      "items": {
                        "$ref": "#/components/schemas/media_item"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "media_item"
        ]
      }
    },
    "/api/json/entries/semantic-search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/semantic-search/published operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/{id}/submit-for-review": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id/submit-for-review operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/page_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "page"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /pages/:id/submit-for-review operation on page resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/posts/{id}": {
      "delete": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "description": "Deleted successfully"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      },
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      },
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "block_tree": {
                            "anyOf": [
                              {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/post_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "related_post_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "tag_ids": {
                            "anyOf": [
                              {
                                "items": {
                                  "format": "uuid",
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "post"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /posts/:id operation on post resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/categories/{id}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/categories/:id operation on category resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "category": "id,name,slug,description"
              },
              "properties": {
                "category": {
                  "description": "Comma separated field names for category",
                  "example": "id,name,slug,description",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/category"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "category"
        ]
      }
    },
    "/api/json/posts/search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/search/published operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/tags": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/tags operation on tag resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/tag-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|name|-name|\\+\\+name|--name|slug|-slug|\\+\\+slug|--slug|page_count|-page_count|\\+\\+page_count|--page_count|post_count|-post_count|\\+\\+post_count|--post_count)(,(id|-id|\\+\\+id|--id|name|-name|\\+\\+name|--name|slug|-slug|\\+\\+slug|--slug|page_count|-page_count|\\+\\+page_count|--page_count|post_count|-post_count|\\+\\+post_count|--post_count))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "tag": "id,name,slug"
              },
              "properties": {
                "tag": {
                  "description": "Comma separated field names for tag",
                  "example": "id,name,slug",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a tag",
                      "items": {
                        "$ref": "#/components/schemas/tag"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "tag"
        ]
      }
    },
    "/api/json/posts/autocomplete/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/autocomplete/published operation on post resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/post-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a post",
                      "items": {
                        "$ref": "#/components/schemas/post"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/entries/autocomplete/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/autocomplete/published operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/posts/{id}/unpublish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/posts/:id/unpublish operation on post resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_posts)(,(tags|category|featured_image|content_links|incoming_links|related_posts))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "post": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "post": {
                  "description": "Comma separated field names for post",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/post_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "post"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /posts/:id/unpublish operation on post resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/post"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/post"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "post"
        ]
      }
    },
    "/api/json/entries/{id}/submit-for-review": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/:id/submit-for-review operation on entry resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/entry_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "excerpt": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "type_definition_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "entry"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /entries/:id/submit-for-review operation on entry resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/entry"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/{id}/publish": {
      "patch": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/:id/publish operation on page resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "requestBody": {
          "content": {
            "application/vnd.api+json": {
              "schema": {
                "additionalProperties": false,
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "attributes": {
                        "additionalProperties": false,
                        "properties": {
                          "audience": {
                            "anyOf": [
                              {
                                "enum": [
                                  "public",
                                  "member"
                                ],
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "blocks": {
                            "anyOf": [
                              {
                                "items": {
                                  "$ref": "#/components/schemas/page_blocks-input-update-type"
                                },
                                "type": "array"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "canonical_url": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "category_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "custom_fields": {
                            "anyOf": [
                              {
                                "type": "object"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "featured_image_id": {
                            "anyOf": [
                              {
                                "format": "uuid",
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "locale": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "scheduled_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_description": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_image": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "seo_title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "slug": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "title": {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "type": "null"
                              }
                            ]
                          },
                          "unpublish_at": {
                            "anyOf": [
                              {},
                              {
                                "type": "null"
                              }
                            ]
                          }
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "relationships": {
                        "additionalProperties": false,
                        "properties": {},
                        "type": "object"
                      },
                      "type": {
                        "enum": [
                          "page"
                        ]
                      }
                    },
                    "required": [
                      "id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data"
                ],
                "type": "object"
              }
            }
          },
          "description": "Request body for the /pages/:id/publish operation on page resource",
          "required": false
        },
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/page"
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/entries/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/entries/published operation on entry resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/entry-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|excerpt|-excerpt|\\+\\+excerpt|--excerpt|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|type_definition_id|-type_definition_id|\\+\\+type_definition_id|--type_definition_id|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|type_name|-type_name|\\+\\+type_name|--type_name|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_entrys)(,(tags|category|featured_image|content_links|incoming_links|related_entrys))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "entry": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "entry": {
                  "description": "Comma separated field names for entry",
                  "example": "id,title,slug,excerpt,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,type_definition_id,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "custom_sort",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a entry",
                      "items": {
                        "$ref": "#/components/schemas/entry"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/entry"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "entry"
        ]
      }
    },
    "/api/json/pages/semantic-search/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/semantic-search/published operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Paginates the response with the limit and offset or keyset pagination.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "example": {
                "limit": 25
              },
              "properties": {
                "after": {
                  "type": "string"
                },
                "before": {
                  "type": "string"
                },
                "count": {
                  "default": false,
                  "type": "boolean"
                },
                "limit": {
                  "minimum": 1,
                  "type": "integer"
                },
                "offset": {
                  "minimum": 0,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "category_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "author_id",
            "required": false,
            "schema": {
              "format": "uuid",
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "tag_ids",
            "required": false,
            "schema": {
              "items": {
                "format": "uuid",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "custom_filter",
            "required": false,
            "schema": {
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/pages/autocomplete/published": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/pages/autocomplete/published operation on page resource",
        "parameters": [
          {
            "description": "Filters the query to results with attributes matching the given filter object",
            "in": "query",
            "name": "filter",
            "required": false,
            "schema": {
              "$ref": "#/components/schemas/page-filter"
            },
            "style": "deepObject"
          },
          {
            "description": "Sort order to apply to the results",
            "explode": false,
            "in": "query",
            "name": "sort",
            "required": false,
            "schema": {
              "pattern": "^(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight)(,(id|-id|\\+\\+id|--id|title|-title|\\+\\+title|--title|slug|-slug|\\+\\+slug|--slug|seo_title|-seo_title|\\+\\+seo_title|--seo_title|seo_description|-seo_description|\\+\\+seo_description|--seo_description|seo_image|-seo_image|\\+\\+seo_image|--seo_image|canonical_url|-canonical_url|\\+\\+canonical_url|--canonical_url|locale|-locale|\\+\\+locale|--locale|audience|-audience|\\+\\+audience|--audience|custom_fields|-custom_fields|\\+\\+custom_fields|--custom_fields|published_at|-published_at|\\+\\+published_at|--published_at|scheduled_at|-scheduled_at|\\+\\+scheduled_at|--scheduled_at|unpublish_at|-unpublish_at|\\+\\+unpublish_at|--unpublish_at|inserted_at|-inserted_at|\\+\\+inserted_at|--inserted_at|updated_at|-updated_at|\\+\\+updated_at|--updated_at|author_id|-author_id|\\+\\+author_id|--author_id|category_id|-category_id|\\+\\+category_id|--category_id|featured_image_id|-featured_image_id|\\+\\+featured_image_id|--featured_image_id|state|-state|\\+\\+state|--state|published|-published|\\+\\+published|--published|highlight|-highlight|\\+\\+highlight|--highlight))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^(tags|category|featured_image|content_links|incoming_links|related_pages)(,(tags|category|featured_image|content_links|incoming_links|related_pages))*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "page": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state"
              },
              "properties": {
                "page": {
                  "description": "Comma separated field names for page",
                  "example": "id,title,slug,seo_title,seo_description,seo_image,canonical_url,locale,audience,custom_fields,published_at,scheduled_at,unpublish_at,inserted_at,updated_at,author_id,category_id,featured_image_id,state",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          },
          {
            "in": "query",
            "name": "prefix",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "description": "An array of resource objects representing a page",
                      "items": {
                        "$ref": "#/components/schemas/page"
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "included": {
                      "items": {
                        "oneOf": [
                          {
                            "$ref": "#/components/schemas/tag"
                          },
                          {
                            "$ref": "#/components/schemas/category"
                          },
                          {
                            "$ref": "#/components/schemas/media_item"
                          },
                          {
                            "$ref": "#/components/schemas/content_link"
                          },
                          {
                            "$ref": "#/components/schemas/page"
                          }
                        ]
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "page"
        ]
      }
    },
    "/api/json/media-items/{id}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "/media-items/:id operation on media_item resource",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Relationship paths to include in the response",
            "explode": false,
            "in": "query",
            "name": "include",
            "required": false,
            "schema": {
              "pattern": "^()(,())*$",
              "type": "string"
            },
            "style": "form"
          },
          {
            "description": "Limits the response fields to only those listed for each type",
            "in": "query",
            "name": "fields",
            "required": false,
            "schema": {
              "additionalProperties": true,
              "example": {
                "media_item": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y"
              },
              "properties": {
                "media_item": {
                  "description": "Comma separated field names for media_item",
                  "example": "id,filename,content_type,byte_size,width,height,variants,alt,caption,storage_key,url,focal_x,focal_y",
                  "type": "string"
                }
              },
              "type": "object"
            },
            "style": "deepObject"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.api+json": {
                "schema": {
                  "additionalProperties": false,
                  "properties": {
                    "data": {
                      "$ref": "#/components/schemas/media_item"
                    },
                    "included": {
                      "items": {
                        "oneOf": []
                      },
                      "type": "array",
                      "uniqueItems": true
                    },
                    "meta": {
                      "additionalProperties": true,
                      "type": "object"
                    }
                  }
                }
              }
            },
            "description": "Success"
          },
          "default": {
            "$ref": "#/components/responses/errors"
          }
        },
        "tags": [
          "media_item"
        ]
      }
    },
    "/api/content/{type}/{slug}": {
      "get": {
        "callbacks": {},
        "deprecated": false,
        "description": "Returns the immutable, pre-compiled output for a published page/post (Kiln v2 — D9). `surface` selects `json` (default), `json_ld`, `web`, or `llm` — `llm` responds with raw `text/markdown` (#357), every other surface with JSON. Public; only published content is reachable. A 503 with `Retry-After` means the artifact is still compiling.",
        "operationId": "getArtifact",
        "parameters": [
          {
            "description": "Content type (e.g. `page`, `post`)",
            "in": "path",
            "name": "type",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content slug",
            "in": "path",
            "name": "slug",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Artifact surface",
            "in": "query",
            "name": "surface",
            "required": false,
            "schema": {
              "enum": [
                "json",
                "json_ld",
                "web",
                "llm"
              ],
              "type": "string"
            }
          },
          {
            "description": "Locale code (defaults to the site default)",
            "in": "query",
            "name": "locale",
            "required": false,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "The fired artifact for the requested surface"
          },
          "404": {
            "description": "Unknown type/slug or unpublished content"
          },
          "503": {
            "description": "Artifact is compiling — retry after the header delay"
          }
        },
        "security": [],
        "summary": "Fetch a published document's fired artifact",
        "tags": [
          "Delivery"
        ]
      }
    },
    "/api/auth/sign_in": {
      "post": {
        "callbacks": {},
        "deprecated": false,
        "description": "Sign in with an editor/admin email + password and receive an AshAuthentication JWT for `Authorization: Bearer <token>`. Public; no authentication required.",
        "operationId": "signIn",
        "parameters": [],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "properties": {
                  "email": {
                    "format": "email",
                    "type": "string"
                  },
                  "password": {
                    "format": "password",
                    "type": "string"
                  }
                },
                "required": [
                  "email",
                  "password"
                ],
                "type": "object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "201": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "token": {
                      "description": "JWT bearer token",
                      "type": "string"
                    },
                    "user": {
                      "properties": {
                        "email": {
                          "type": "string"
                        },
                        "id": {
                          "format": "uuid",
                          "type": "string"
                        },
                        "role": {
                          "enum": [
                            "admin",
                            "editor",
                            "viewer"
                          ],
                          "type": "string"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": "Signed in — bearer token issued"
          },
          "401": {
            "description": "Invalid email or password"
          },
          "422": {
            "description": "Missing email or password"
          }
        },
        "security": [],
        "summary": "Exchange credentials for a bearer token",
        "tags": [
          "Authentication"
        ]
      }
    }
  },
  "security": [
    {},
    {
      "bearerAuth": []
    }
  ],
  "servers": [
    {
      "url": "https://clinic.verscienta.com",
      "variables": {}
    }
  ],
  "tags": []
}