{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/schemas/3.0.18/content-standards/list-content-standards-request.json",
  "title": "List Content Standards Request",
  "description": "Request parameters for listing content standards configurations",
  "type": "object",
  "properties": {
    "adcp_major_version": {
      "type": "integer",
      "description": "The AdCP major version the buyer's payloads conform to. Sellers validate against their supported major_versions and return VERSION_UNSUPPORTED if unsupported. When omitted, the seller assumes its highest supported version.",
      "minimum": 1,
      "maximum": 99
    },
    "channels": {
      "type": "array",
      "items": {
        "$ref": "/schemas/3.0.18/enums/channels.json"
      },
      "minItems": 1,
      "description": "Filter by channel"
    },
    "languages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "description": "Filter by BCP 47 language tags"
    },
    "countries": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "description": "Filter by ISO 3166-1 alpha-2 country codes"
    },
    "pagination": {
      "$ref": "/schemas/3.0.18/core/pagination-request.json"
    },
    "context": {
      "$ref": "/schemas/3.0.18/core/context.json"
    },
    "ext": {
      "$ref": "/schemas/3.0.18/core/ext.json"
    }
  },
  "additionalProperties": true
}
