{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VersionDefinition", "type": "object", "properties": { "default": { "type": "string" }, "enabled": { "type": "boolean" }, "fallback_to_default": { "type": "boolean" }, "key": { "type": "string" }, "location": { "type": "string" }, "name": { "type": "string" }, "strip_path": { "type": "boolean" }, "strip_versioning_data": { "type": "boolean" }, "url_versioning_pattern": { "type": "string" }, "versions": { "type": "object" } } }