{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/schemas/3.1.0-rc.4/content-standards/list-content-standards-request.json",
  "title": "List Content Standards Request",
  "description": "Request parameters for listing content standards configurations",
  "type": "object",
  "allOf": [
    {
      "$ref": "/schemas/3.1.0-rc.4/core/version-envelope.json"
    }
  ],
  "properties": {
    "channels": {
      "type": "array",
      "items": {
        "$ref": "/schemas/3.1.0-rc.4/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.1.0-rc.4/core/pagination-request.json"
    },
    "context": {
      "$ref": "/schemas/3.1.0-rc.4/core/context.json"
    },
    "ext": {
      "$ref": "/schemas/3.1.0-rc.4/core/ext.json"
    }
  },
  "additionalProperties": true
}
