Better start namespacing now before I regret it.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e70b59fad1
commit
eec073f1d0
@ -1,13 +1,13 @@
|
||||
{
|
||||
"$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",
|
||||
"description":"Hugo blog posts",
|
||||
"type":"object",
|
||||
"properties": {
|
||||
"note": {
|
||||
"description":"base schema for notes",
|
||||
"$ref":"https://schemas.ndumas.com/note.schema.json"
|
||||
"$ref":"https://schemas.ndumas.com/obsidian/note.schema.json"
|
||||
},
|
||||
"draft": {
|
||||
"description": "publishing status",
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$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",
|
||||
"description":"properties all notes must have",
|
||||
"type":"object",
|
Loading…
Reference in New Issue