Better start namespacing now before I regret it.
continuous-integration/drone/push Build is passing Details

main
Nick Dumas 2 years ago
parent e70b59fad1
commit eec073f1d0

@ -1,13 +1,13 @@
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.ndumas.com/post.schema.json", "$id": "https://schemas.ndumas.com/hugo/post.schema.json",
"title":"post", "title":"post",
"description":"Hugo blog posts", "description":"Hugo blog posts",
"type":"object", "type":"object",
"properties": { "properties": {
"note": { "note": {
"description":"base schema for notes", "description":"base schema for notes",
"$ref":"https://schemas.ndumas.com/note.schema.json" "$ref":"https://schemas.ndumas.com/obsidian/note.schema.json"
}, },
"draft": { "draft": {
"description": "publishing status", "description": "publishing status",

@ -1,6 +1,6 @@
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.ndumas.com/note.schema.json", "$id": "https://schemas.ndumas.com/obsidian/note.schema.json",
"title":"note", "title":"note",
"description":"properties all notes must have", "description":"properties all notes must have",
"type":"object", "type":"object",
Loading…
Cancel
Save