{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/chromia-seeder-root-config/latest.json",
  "title": "Chromia Seeder Configuration Schema",
  "x-lintel": {
    "source": "https://gitlab.com/chromaway/core-tools/rell-toolbox/-/raw/dev/seeder/src/main/resources/chromia-seeder-config-schema.json",
    "sourceSha256": "577dfa1678c22f7291acf81af8c94642395b39eab4447157a4042b03eac4c14e",
    "fileMatch": [
      "**/.chromia/seeder/**/seeder.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "modules": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^.*\\.yml$",
        "format": "uri-reference"
      }
    },
    "default_entity_handler": {
      "type": "string",
      "enum": [
        "generate",
        "error"
      ]
    }
  },
  "required": [
    "modules"
  ],
  "additionalProperties": false
}
