{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MyContainer", "type": "object", "properties": { "associated": { "type": "string" }, "generic": { "type": "null" } }, "required": [ "associated", "generic" ] }