{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "comment_bans.add",
  "title": "comment_bans.add",
  "description": "Schema for comment_bans.add",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "comment_bans": {
      "type": "array",
      "minItems": 1,
      "maxItems": 1,
      "items": {
        "allOf": [{ "$ref": "comment_bans#/definitions/comment_ban" }]
      }
    }
  },
  "required": ["comment_bans"]
}
