{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "additionalProperties": { "oneOf": [ { "type": "array" }, { "type": "object" } ] } }