Properties
| Name | Type | Description |
|---|---|---|
| default | string | |
| enabled | boolean | |
| fallback_to_default | boolean | |
| key | string | |
| location | string | |
| name | string | |
| strip_path | boolean | |
| strip_versioning_data | boolean | |
| url_versioning_pattern | string | |
| versions | object |
JSON Schema
{
"$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"
}
}
}