{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "repository_inheritance_state", "type": "object", "description": "A json object representing the repository's inheritance state values", "properties": { "type": { "type": "string" }, "override_settings": { "type": "object" } } }