-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 5dddecc 🚀
- Loading branch information
1 parent
1d42ae5
commit b0d9ece
Showing
3 changed files
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## moderator Type | ||
## speaker Type | ||
|
||
merged type ([Details](post-defs-nameornames.md)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"title":"post","$id":"dogwood/post.schema.json","description":"A post or session tied to a specific datetime and which has an author or speaker.","type":"object","$defs":{"nameOrNames":{"oneOf":[{"title":"name","type":"string"},{"type":"array","title":"names","items":{"title":"name","type":"string"}}]}},"properties":{"title":{"type":"string"},"embedded":{"type":"string"},"embedded_remote":{"type":"string"},"permalink":{"type":"string"},"event":{"type":"string"},"blurb":{"type":"string"},"date":{"oneOf":[{"type":"string","format":"date-time"},{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d [0-2]\\d:[0-5]\\d(:[0-5]\\d)? ([+-][0-2]\\d[0-5]\\d)"}]},"image":{"type":"string"},"image_remote":{"type":"string"},"caption":{"type":"string"},"youtube":{"type":["string","null"]},"video_src":{"type":"string"},"podbean":{"type":"string"},"register":{"type":"string"},"slides":{"type":"string"},"author":{"$ref":"#/$defs/nameOrNames"},"speaker":{"$ref":"#/$defs/nameOrNames"},"moderator":{"$ref":"#/$defs/nameOrNames"},"tags":{"type":"array","title":"tags","items":{"type":"string"}},"block":{"type":"string"},"time":{"type":"string"},"day":{"type":"string"},"room":{"type":"string"},"length":{"type":"string"},"type":{"type":"string"}},"required":["title"]} | ||
{"title":"post","$id":"dogwood/post.schema.json","description":"A post or session tied to a specific datetime and which has an author or speaker.","type":"object","$defs":{"nameOrNames":{"oneOf":[{"title":"name","type":"string"},{"type":"array","title":"names","items":{"title":"name","type":"string"}}]}},"properties":{"title":{"type":"string"},"embedded":{"type":"string"},"embedded_remote":{"type":"string"},"permalink":{"type":"string"},"event":{"type":"string"},"blurb":{"type":"string"},"date":{"oneOf":[{"type":"string","format":"date-time"},{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d [0-2]\\d:[0-5]\\d(:[0-5]\\d)? ([+-][0-2]\\d[0-5]\\d)"}]},"image":{"type":"string"},"image_remote":{"type":"string"},"caption":{"type":"string"},"youtube":{"type":["string","null"]},"video_src":{"type":"string"},"podbean":{"type":"string"},"register":{"type":"string"},"slides":{"type":"string"},"author":{"$ref":"#/$defs/nameOrNames"},"speaker":{"$ref":"#/$defs/nameOrNames"},"tags":{"type":"array","title":"tags","items":{"type":"string"}},"block":{"type":"string"},"time":{"type":"string"},"day":{"type":"string"},"room":{"type":"string"},"length":{"type":"string"},"type":{"type":"string"}},"required":["title"]} |