{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "array",
  "description": "A list of strings",
  "items": {
    "type": "string"
  }
}