mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2025-05-21 23:21:29 +02:00
feat: json $schema locally => ./node_modules/html-w3c-validator/schema/schema.json
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/main/schema/html-w3c-validatorrc-schema.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "html-w3c-validator://config/schema.json",
|
||||
"title": "html-w3c-validator configuration schema",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"description": "JSON Schema URI",
|
||||
"type": "string",
|
||||
"format": "uri",
|
||||
"default": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/main/schema/html-w3c-validatorrc-schema.json"
|
||||
"description": "JSON Schema",
|
||||
"type": "string"
|
||||
},
|
||||
"urls": {
|
||||
"description": "URLs to validate.",
|
Reference in New Issue
Block a user