schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
hugo.json
safeMode
The safe mode https://docs.asciidoctor.org/asciidoctor/latest/safe-modes/
{"type": "string", "default": "unsafe", "enum": ["unsafe", "safe", "server", "secure"]}
hugo.json
sectionNumbers
Enable/disable section title's auto-numbering https://docs.asciidoctor.org/asciidoctor.js/latest/cli/options/#document-conversion
{"type": "boolean", "default": false}
hugo.json
trace
Include/exclude the backtrace information on errors https://gohugo.io/getting-started/configuration-markup#configure-markup
{"type": "boolean", "default": false}
hugo.json
verbose
Enable/disable verbose error printing https://gohugo.io/getting-started/configuration-markup#configure-markup
{"type": "boolean", "default": false}
hugo.json
workingFolderCurrent
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#configure-markup"
{"type": "boolean", "default": false}
hugo.json
blackfriday
Blackfriday options https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "object", "properties": {"angledQuotes": {"type": "boolean", "default": false}, "extensions": {"type": ["array", "null"], "default": null, "uniqueItems": true, "items": {"type": "string", "minLength": 1}}, "extensionsMask": {"type": ["string", "null"], "default": null}, "footnoteAnchorPrefix": {"type": "string", "default": ""}, "footnoteReturnLinkContents": {"type": "string", "default": ""}, "fractions": {"type": "boolean", "default": true}, "hrefTargetBlank": {"type": "boolean", "default": false}, "latexDashes": {"type": "boolean", "default": true}, "nofollowLinks": {"type": "boolean", "default": false}, "noreferrerLinks": {"type": "boolean", "default": false}, "plainIDAnchors": {"type": "boolean", "default": true}, "skipHTML": {"type": "boolean", "default": false}, "smartDashes": {"type": "boolean", "default": true}, "smartypants": {"type": "boolean", "default": true}, "smartypantsQuotesNBSP": {"type": "boolean", "default": false}, "taskLists": {"type": "boolean", "default": true}}, "additionalProperties": false}
hugo.json
angledQuotes
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
extensions
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": ["array", "null"], "default": null, "uniqueItems": true, "items": {"type": "string", "minLength": 1}}
hugo.json
extensionsMask
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": ["string", "null"], "default": null}
hugo.json
footnoteAnchorPrefix
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "string", "default": ""}
hugo.json
footnoteReturnLinkContents
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "string", "default": ""}
hugo.json
fractions
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
hrefTargetBlank
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
latexDashes
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
nofollowLinks
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
noreferrerLinks
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
plainIDAnchors
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
skipHTML
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
smartDashes
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
smartypants
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
smartypantsQuotesNBSP
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": false}
hugo.json
taskLists
https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "boolean", "default": true}
hugo.json
defaultMarkdownHandler
The default markdown renderer https://gohugo.io/getting-started/configuration-markup#blackfriday
{"type": "string", "default": "goldmark", "enum": ["goldmark", "blackfriday"]}
hugo.json
goldmark
Goldmark options https://gohugo.io/getting-started/configuration-markup#goldmark
{"type": "object", "default": {"extensions": {"definitionList": true, "footnote": true, "linkify": true, "linkifyProtocol": "https", "strikethrough": true, "table": true, "taskList": true, "typographer": true}, "parser": {"attribute": {"block": false}, "autoHeadingID": true, "autoHeadingIDType": "github"}, "renderer": {"hardWraps": false, "unsafe": false, "xhtml": false}}, "properties": {"extensions": {"type": "object", "default": {"definitionList": true, "footnote": true, "linkify": true, "linkifyProtocol": "https", "strikethrough": true, "table": true, "taskList": true, "typographer": true}, "properties": {"definitionList": {"type": "boolean", "default": true}, "footnote": {"type": "boolean", "default": true}, "linkify": {"type": "boolean", "default": true}, "linkifyProtocol": {"type": "string", "default": "https"}, "strikethrough": {"type": "boolean", "default": true}, "table": {"type": "boolean", "default": true}, "taskList": {"type": "boolean", "default": true}, "typographer": {"type": "boolean", "default": true}}, "additionalProperties": false}, "parser": {"type": "object", "default": {"attribute": {"block": false}, "autoHeadingID": true, "autoHeadingIDType": "github"}, "properties": {"attribute": {"type": "object", "default": {"block": false}, "properties": {"block": {"type": "boolean", "default": false}}, "additionalProperties": false}, "autoHeadingID": {"type": "boolean", "default": true}, "autoHeadingIDType": {"type": "string", "default": "github"}}, "additionalProperties": false}, "renderer": {"type": "object", "default": {"hardWraps": false, "unsafe": false, "xhtml": false}, "properties": {"hardWraps": {"type": "boolean", "default": false}, "unsafe": {"type": "boolean", "default": false}, "xhtml": {"type": "boolean", "default": false}}, "additionalProperties": false}}, "additionalProperties": false}
hugo.json
extensions
The extension options https://gohugo.io/getting-started/configuration-markup#goldmark
{"type": "object", "default": {"definitionList": true, "footnote": true, "linkify": true, "linkifyProtocol": "https", "strikethrough": true, "table": true, "taskList": true, "typographer": true}, "properties": {"definitionList": {"type": "boolean", "default": true}, "footnote": {"type": "boolean", "default": true}, "linkify": {"type": "boolean", "default": true}, "linkifyProtocol": {"type": "string", "default": "https"}, "strikethrough": {"type": "boolean", "default": true}, "table": {"type": "boolean", "default": true}, "taskList": {"type": "boolean", "default": true}, "typographer": {"type": "boolean", "default": true}}, "additionalProperties": false}
hugo.json
definitionList
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
footnote
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
linkify
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
linkifyProtocol
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "string", "default": "https"}
hugo.json
strikethrough
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
table
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
taskList
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
typographer
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
parser
The parser options https://gohugo.io/getting-started/configuration-markup#goldmark
{"type": "object", "default": {"attribute": {"block": false}, "autoHeadingID": true, "autoHeadingIDType": "github"}, "properties": {"attribute": {"type": "object", "default": {"block": false}, "properties": {"block": {"type": "boolean", "default": false}}, "additionalProperties": false}, "autoHeadingID": {"type": "boolean", "default": true}, "autoHeadingIDType": {"type": "string", "default": "github"}}, "additionalProperties": false}
hugo.json
attribute
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "object", "default": {"block": false}, "properties": {"block": {"type": "boolean", "default": false}}, "additionalProperties": false}
hugo.json
block
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": false}
hugo.json
title
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
autoHeadingID
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": true}
hugo.json
autoHeadingIDType
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "string", "default": "github"}
hugo.json
renderer
The renderer options https://gohugo.io/getting-started/configuration-markup#goldmark
{"type": "object", "default": {"hardWraps": false, "unsafe": false, "xhtml": false}, "properties": {"hardWraps": {"type": "boolean", "default": false}, "unsafe": {"type": "boolean", "default": false}, "xhtml": {"type": "boolean", "default": false}}, "additionalProperties": false}
hugo.json
hardWraps
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": false}
hugo.json
unsafe
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": false}
hugo.json
xhtml
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#goldmark"
{"type": "boolean", "default": false}
hugo.json
highlight
The highlighting options https://gohugo.io/getting-started/configuration-markup#highlight
{"type": "object", "default": {"anchorLineNos": false, "codeFences": true, "guessSyntax": false, "hl_Lines": "", "lineAnchors": "", "lineNoStart": 1, "lineNos": false, "lineNumbersInTable": true, "noClasses": true, "noHl": false, "style": "monokai", "tabWidth": 4}, "properties": {"anchorLineNos": {"type": "boolean", "default": false}, "codeFences": {"type": "boolean", "default": true}, "guessSyntax": {"type": "boolean", "default": false}, "hl_Lines": {"default": "", "oneOf": [{"type": "integer", "minimum": 1}, {"type": "string", "pattern": "^\\d+( \\d+(-\\d+)?)*$"}]}, "lineAnchors": {"type": "string", "default": ""}, "lineNoStart": {"type": "integer", "default": 1, "minimum": 1}, "lineNos": {"default": false, "oneOf": [{"type": "boolean"}, {"type": "string", "enum": ["table", "inline"]}]}, "lineNumbersInTable": {"type": "boolean", "default": true}, "noClasses": {"type": "boolean", "default": true}, "noHl": {"type": "boolean", "default": false}, "style": {"type": "string", "default": "monokai", "enum": ["algol", "algol_nu", "api", "arduino", "autumn", "borland", "bw", "colorful", "dracula", "emacs", "friendly", "fruity", "github", "igor", "lovelace", "manni", "monokai", "monokailight", "murphy", "native", "pastie", "perldoc", "pygments", "rainbow_dash", "rrt", "swapoff", "tango", "trac", "vim", "vs", "xcode"]}, "tabWidth": {"type": "integer", "default": 4, "minimum": 1}}, "additionalProperties": false}
hugo.json
anchorLineNos
Enable/disable anchors on line numbers https://gohugo.io/getting-started/configuration-markup#highlight
{"type": "boolean", "default": false}
hugo.json
codeFences
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "boolean", "default": true}
hugo.json
guessSyntax
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "boolean", "default": false}
hugo.json
hl_Lines
The highlighted line number range https://gohugo.io/getting-started/configuration-markup#highlight
{"default": "", "oneOf": [{"type": "integer", "minimum": 1}, {"type": "string", "pattern": "^\\d+( \\d+(-\\d+)?)*$"}]}
hugo.json
lineAnchors
The prefix for the anchors on line numbers https://gohugo.io/getting-started/configuration-markup#highlight
{"type": "string", "default": ""}
hugo.json
lineNoStart
The first line https://gohugo.io/getting-started/configuration-markup#highlight
{"type": "integer", "default": 1, "minimum": 1}
hugo.json
lineNos
Enable/disable line numbers https://gohugo.io/getting-started/configuration-markup#highlight
{"default": false, "oneOf": [{"type": "boolean"}, {"type": "string", "enum": ["table", "inline"]}]}
hugo.json
lineNumbersInTable
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "boolean", "default": true}
hugo.json
noClasses
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "boolean", "default": true}
hugo.json
noHl
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "boolean", "default": false}
hugo.json
style
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "string", "default": "monokai", "enum": ["algol", "algol_nu", "api", "arduino", "autumn", "borland", "bw", "colorful", "dracula", "emacs", "friendly", "fruity", "github", "igor", "lovelace", "manni", "monokai", "monokailight", "murphy", "native", "pastie", "perldoc", "pygments", "rainbow_dash", "rrt", "swapoff", "tango", "trac", "vim", "vs", "xcode"]}
hugo.json
tabWidth
ERROR: type should be string, got "\nhttps://gohugo.io/getting-started/configuration-markup#highlight"
{"type": "integer", "default": 4, "minimum": 1}
hugo.json
tableOfContents
The table of contents options https://gohugo.io/getting-started/configuration-markup#table-of-contents
{"type": "object", "default": {"endLevel": 3, "ordered": false, "startLevel": 2}, "properties": {"startLevel": {"type": "integer", "default": 2, "minimum": 1, "maximum": 6}, "endLevel": {"type": "integer", "default": 3, "minimum": 1, "maximum": 6}, "ordered": {"type": "boolean", "default": false}}, "additionalProperties": false}
hugo.json
startLevel
The start heading level https://gohugo.io/getting-started/configuration-markup#table-of-contents
{"type": "integer", "default": 2, "minimum": 1, "maximum": 6}
hugo.json
endLevel
The end heading level https://gohugo.io/getting-started/configuration-markup#table-of-contents
{"type": "integer", "default": 3, "minimum": 1, "maximum": 6}
hugo.json
ordered
Enable/disable ordered list generation https://gohugo.io/getting-started/configuration-markup#table-of-contents
{"type": "boolean", "default": false}
hugo.json
mediaTypes
The media type's options https://gohugo.io/templates/output-formats/#media-types
{"type": "object", "properties": {"application/javascript": {"type": "array", "default": ["js", "jsm", "mjs"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["js", "jsm", "mjs"]}}, "application/json": {"type": "array", "default": ["json"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["json"]}}, "application/manifest+json": {"type": "array", "default": ["webmanifest"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webmanifest"]}}, "application/octet-stream": {"type": "array", "default": [], "uniqueItems": true, "items": {"type": "string", "minLength": 1}}, "application/pdf": {"type": "array", "default": ["pdf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["pdf"]}}, "application/rss+xml": {"type": "array", "default": ["xml", "rss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml", "rss"]}}, "application/toml": {"type": "array", "default": ["toml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["toml"]}}, "application/typescript": {"type": "array", "default": ["ts"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ts"]}}, "application/xml": {"type": "array", "default": ["xml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml"]}}, "application/yaml": {"type": "array", "default": ["yaml", "yml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["yaml", "yml"]}}, "font/otf": {"type": "array", "default": ["otf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["otf"]}}, "font/ttf": {"type": "array", "default": ["ttf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ttf"]}}, "image/bmp": {"type": "array", "default": ["bmp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["bmp"]}}, "image/gif": {"type": "array", "default": ["gif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["gif"]}}, "image/jpeg": {"type": "array", "default": ["jpg", "jpeg", "gpe", "jif", "jfif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jpg", "jpeg", "gpe", "jif", "jfif"]}}, "image/png": {"type": "array", "default": ["png"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["png"]}}, "image/svg+xml": {"type": "array", "default": ["svg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["svg"]}}, "image/webp": {"type": "array", "default": ["webp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webp"]}}, "text/calendar": {"type": "array", "default": ["ics"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ics"]}}, "text/css": {"type": "array", "default": ["css"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["css"]}}, "text/csv": {"type": "array", "default": ["csv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["csv"]}}, "text/html": {"type": "array", "default": ["html"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["html"]}}, "text/jsx": {"type": "array", "default": ["jsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jsx"]}}, "text/plain": {"type": "array", "default": ["txt"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["txt"]}}, "text/tsx": {"type": "array", "default": ["tsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["tsx"]}}, "text/x-sass": {"type": "array", "default": ["sass"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["sass"]}}, "text/x-scss": {"type": "array", "default": ["scss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["scss"]}}, "video/3gpp": {"type": "array", "default": ["3gpp", "3gp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["3gpp", "3gp"]}}, "video/mp4": {"type": "array", "default": ["mp4"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mp4"]}}, "video/mpeg": {"type": "array", "default": ["mpg", "mpeg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mpg", "mpeg"]}}, "video/ogg": {"type": "array", "default": ["ogv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ogv"]}}, "video/webm": {"type": "array", "default": ["webm"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webm"]}}, "video/x-msvideo": {"type": "array", "default": ["avi"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["avi"]}}}, "additionalProperties": false}
hugo.json
application/javascript
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["js", "jsm", "mjs"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["js", "jsm", "mjs"]}}
hugo.json
application/json
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["json"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["json"]}}
hugo.json
application/manifest+json
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["webmanifest"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webmanifest"]}}
hugo.json
application/octet-stream
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": [], "uniqueItems": true, "items": {"type": "string", "minLength": 1}}
hugo.json
application/pdf
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["pdf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["pdf"]}}
hugo.json
application/rss+xml
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["xml", "rss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml", "rss"]}}
hugo.json
application/toml
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["toml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["toml"]}}
hugo.json
application/typescript
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["ts"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ts"]}}
hugo.json
application/xml
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["xml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["xml"]}}
hugo.json
application/yaml
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["yaml", "yml"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["yaml", "yml"]}}
hugo.json
font/otf
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["otf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["otf"]}}
hugo.json
font/ttf
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["ttf"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ttf"]}}
hugo.json
image/bmp
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["bmp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["bmp"]}}
hugo.json
image/gif
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["gif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["gif"]}}
hugo.json
image/jpeg
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["jpg", "jpeg", "gpe", "jif", "jfif"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jpg", "jpeg", "gpe", "jif", "jfif"]}}
hugo.json
image/png
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["png"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["png"]}}
hugo.json
image/svg+xml
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["svg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["svg"]}}
hugo.json
image/webp
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["webp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webp"]}}
hugo.json
text/calendar
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["ics"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ics"]}}
hugo.json
text/css
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["css"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["css"]}}
hugo.json
text/csv
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["csv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["csv"]}}
hugo.json
text/html
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["html"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["html"]}}
hugo.json
text/jsx
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["jsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["jsx"]}}
hugo.json
text/plain
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["txt"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["txt"]}}
hugo.json
text/tsx
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["tsx"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["tsx"]}}
hugo.json
text/x-sass
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["sass"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["sass"]}}
hugo.json
text/x-scss
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["scss"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["scss"]}}
hugo.json
video/3gpp
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["3gpp", "3gp"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["3gpp", "3gp"]}}
hugo.json
video/mp4
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["mp4"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mp4"]}}
hugo.json
video/mpeg
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["mpg", "mpeg"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["mpg", "mpeg"]}}
hugo.json
video/ogg
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["ogv"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["ogv"]}}
hugo.json
video/webm
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["webm"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["webm"]}}
hugo.json
video/x-msvideo
ERROR: type should be string, got "\nhttps://gohugo.io/templates/output-formats/#media-types"
{"type": "array", "default": ["avi"], "uniqueItems": true, "items": {"type": "string", "minLength": 1, "examples": ["avi"]}}
hugo.json
menu
The menu options https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu
{"type": "object", "patternProperties": {".": {"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string", "minLength": 1}, "name": {"type": "string", "minLength": 1}, "parent": {"type": "string"}, "post": {"type": "string"}, "pre": {"type": "string"}, "weight": {"type": "integer"}, "pageRef": {"type": "string"}, "url": {"type": "string"}}, "additionalProperties": false}}}}
hugo.json
.
The menu https://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu
{"type": "array", "items": {"type": "object", "properties": {"identifier": {"type": "string", "minLength": 1}, "name": {"type": "string", "minLength": 1}, "parent": {"type": "string"}, "post": {"type": "string"}, "pre": {"type": "string"}, "weight": {"type": "integer"}, "pageRef": {"type": "string"}, "url": {"type": "string"}}, "additionalProperties": false}}
hugo.json
identifier
Required when two or more menu entries have the same name https://gohugo.io/content-management/menus/#properties-front-matter
{"type": "string", "minLength": 1}
hugo.json
name
The text to display when rendering the menu entry. https://gohugo.io/content-management/menus/#properties-front-matter
{"type": "string", "minLength": 1}
hugo.json
parent
Required for child entries in a nested menu. https://gohugo.io/content-management/menus/#properties-front-matter
{"type": "string"}
hugo.json
post
ERROR: type should be string, got "\nhttps://gohugo.io/content-management/menus/#add-non-content-entries-to-a-menu"
{"type": "string"}