Stack Exchange · JSON Structure

Stackexchange Api V2 3 Filter Structure

Filter schema from Stack Exchange API

Type: object Properties: 3
Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

Filter is a JSON Structure definition published by Stack Exchange, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

filter filter_type included_fields

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Filter",
  "description": "Filter schema from Stack Exchange API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-filter-structure.json",
  "type": "object",
  "properties": {
    "filter": {
      "type": "string"
    },
    "filter_type": {
      "type": "string",
      "enum": [
        "safe",
        "unsafe",
        "invalid"
      ]
    },
    "included_fields": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}