{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "category": "atom",
  "entity": "breakpoints",
  "title": "Breakpoints",
  "type": "array",
  "items": {
    "anyOf": [{
      "title": "",
      "type": "string",
      "enum": [ "", "xsmall", "small", "medium", "large" ]
    }]
  }
}