{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://github.com/ideditor/schema-builder/raw/main/schemas/discarded.json",
    "title": "Discarded tags",
    "description": "Keys or tags to be deleted when editing features.",
    "type": "object",
    "additionalProperties": {
      "anyOf": [
        { "type": "boolean", "enum": [true] },
        {
          "type": "object",
          "additionalProperties": { "type": "boolean", "enum": [true] },
          "minProperties": 1
        }
      ]
    }
}
