Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit dc9f88e

Browse files
committed
fix schema url
1 parent 1d46b31 commit dc9f88e

12 files changed

+12
-12
lines changed

schemas/attaches.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/attaches.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/attaches.schema.json",
44
"title": "Attaches",
55
"description": "Attaches block represents a file attached to the article.",
66
"type": "object",

schemas/code.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/code.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/code.schema.json",
44
"title": "Code",
55
"description": "Code block represents a block of preformatted text, usually used for writing and displaying code snippets.",
66
"type": "object",

schemas/delimiter.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/delimiter.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/delimiter.schema.json",
44
"title": "Delimiter",
55
"description": "Delimiter block represents a thematic break between paragraph-level elements.",
66
"type": "object",

schemas/embed.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/embed.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/embed.schema.json",
44
"title": "Embed",
55
"description": "Embed block represents an embedded content from external sources.",
66
"type": "object",

schemas/header.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/header.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/header.schema.json",
44
"title": "Header",
55
"description": "Header block represents a header with a level of importance.",
66
"type": "object",

schemas/image.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/code.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/code.schema.json",
44
"title": "Image",
55
"description": "Image block represents an image.",
66
"type": "object",

schemas/list.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/list.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/list.schema.json",
44
"title": "List",
55
"type": "object",
66
"properties": {

schemas/paragraph.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/paragraph.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/paragraph.schema.json",
44
"title": "Paragraph",
55
"description": "Paragraph block represents a simple text block with formatted text.",
66
"type": "object",

schemas/quote.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/quote.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/quote.schema.json",
44
"title": "Quote",
55
"description": "Quote block represents a quote.",
66
"type": "object",

schemas/raw.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
3-
"$id": "https://github.com/devscast/editorjs-sanitizer/schemas/raw.schema.json",
3+
"$id": "https://raw.githubusercontent.com/devscast/editorjs-sanitizer/refs/heads/main/schemas/raw.schema.json",
44
"title": "Raw",
55
"description": "Raw block represents a block of raw HTML content.",
66
"type": "object",

0 commit comments

Comments
 (0)