{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/carafe/_shared/draft-01--config.schema.json",
  "x-lintel": {
    "source": "https://carafe.fm/schema/draft-01/config.schema.json",
    "sourceSha256": "79789981525c73b92d333991e5f10709518281dc9595810c12015ca93e854a1c"
  },
  "type": "object",
  "additionalProperties": {
    "type": "object",
    "allOf": [
      {
        "properties": {
          "isData": {
            "$ref": "https://catalog.lintel.tools/schemas/schemastore/carafe/_shared/draft-01--bundle.schema.json#/$defs/boolean"
          }
        }
      },
      {
        "if": {
          "not": {
            "properties": {
              "isData": {
                "enum": [
                  true,
                  "1"
                ]
              }
            }
          }
        },
        "then": {
          "required": [
            "value"
          ]
        }
      }
    ]
  }
}
