{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "include_exclude_object", "type": "object", "properties": { "field": { "type": "string" }, "entity": { "type": "string" }, "values": { "type": "array" } } }