This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "$id": "https://www.knot-resolver.cz/documentation/v6.0.17/_static/config.schema.json", | |
| "title": "Knot Resolver configuration JSON schema", | |
| "description": "Version Knot Resolver 6.0.17", | |
| "type": "object", | |
| "properties": { | |
| "version": { | |
| "type": "integer", | |
| "description": "Version of the configuration schema. By default it is the latest supported by the resolver, but couple of versions back are be supported as well.", |