Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/b2d807d9d9fb98c7cdf79e5452201589e1bb9198/libs/jsonschema/schemas/vocabularies/draft2020-12/format-annotation You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/jsonschema/schemas/vocabularies/draft2020-12/format-annotation

15 lines
448 B

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",
"$vocabulary": {
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true
},
"$dynamicAnchor": "meta",
"title": "Format vocabulary meta-schema for annotation results",
"type": ["object", "boolean"],
"properties": {
"format": { "type": "string" }
}
}