{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/schemas/3.0.6/error-details/audience-too-small.json",
  "title": "Audience Too Small Details",
  "description": "Recommended details shape for AUDIENCE_TOO_SMALL errors. Provides size thresholds so agents can broaden targeting.",
  "type": "object",
  "properties": {
    "minimum_size": {
      "type": "number",
      "description": "Minimum audience size required"
    },
    "current_size": {
      "type": "number",
      "description": "Current audience size"
    }
  },
  "additionalProperties": true
}
