{
   "$id": "https://example.com/schemas/error-messages-list.json",
   "title": "An array of error messages (see https://example.com/schemas/error-message.json)",
   "$schema": "http://json-schema.org/draft-07/schema",

   "type": "array",
   "items": {
      "$ref": "https://example.com/schemas/error-message.json"
   }

}
