11 lines
405 B
JSON
11 lines
405 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/misc/meta.json",
|
|
"description": "Additional HTML meta tags in an array",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"description": "Meta tag specified in <attribute>=<value> style\nE.g., name=theme-color;content=#123456 => <meta name=\"theme-color\" content=\"#123456\">"
|
|
},
|
|
"nullable": true
|
|
} |