{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/aqua-generate-registry-yaml/latest.json",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json",
    "sourceSha256": "f8d1704db9198e4f17c3b48902d49e0cb7f0d7df9c637707f8bdb201661f2b20",
    "fileMatch": [
      "aqua-generate-registry.yaml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "$ref": "#/$defs/RawConfig",
  "$defs": {
    "RawConfig": {
      "properties": {
        "version_filter": {
          "type": "string"
        },
        "version_prefix": {
          "type": "string"
        },
        "all_assets_filter": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "required": [
        "name"
      ],
      "type": "object",
      "additionalProperties": false
    }
  }
}
