-
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 @ 7f45682 🚀
- Loading branch information
1 parent
fadf7cd
commit fed57ca
Showing
6 changed files
with
38 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 0 Type | ||
|
||
`string` | ||
|
||
## 0 Constraints | ||
|
||
**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339 "check the specification") |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 1 Type | ||
|
||
`string` | ||
|
||
## 1 Constraints | ||
|
||
**pattern**: the string must match the following regular expression:  | ||
|
||
```regexp | ||
\d{4}-[01]\d-[0-3]\d [0-2]\d:[0-5]\d(:[0-5]\d)? ([+-][0-2]\d[0-5]\d) | ||
``` | ||
|
||
[try pattern](https://regexr.com/?expression=%5Cd%7B4%7D-%5B01%5D%5Cd-%5B0-3%5D%5Cd%20%5B0-2%5D%5Cd%3A%5B0-5%5D%5Cd\(%3A%5B0-5%5D%5Cd\)%3F%20\(%5B%2B-%5D%5B0-2%5D%5Cd%5B0-5%5D%5Cd\) "try regular expression with regexr.com") |
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,7 +1,9 @@ | ||
## date Type | ||
|
||
`string` | ||
merged type ([Details](page-properties-date.md)) | ||
|
||
## date Constraints | ||
one (and only one) of | ||
|
||
**date time**: the string must be a date time string, according to [RFC 3339, section 5.6](https://tools.ietf.org/html/rfc3339 "check the specification") | ||
* [Untitled string in page](page-properties-date-oneof-0.md "check type definition") | ||
|
||
* [Untitled string in page](page-properties-date-oneof-1.md "check type definition") |
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":"page","$id":"dogwood/page.schema.json","description":"A generic information page not tied to a datetime.","type":"object","$defs":{"labeledLink":{"title":"labeled link","type":"object","properties":{"label":{"type":"string"},"link":{"type":"string"}}},"labeledLinks":{"title":"labeled links","type":"array","items":{"$ref":"#/$defs/labeledLink"}},"swagItem":{"type":"object","title":"swag item","properties":{"title":{"type":"string"},"url":{"type":"string"},"image":{"type":"string"}}},"swagItems":{"title":"swag items","type":"array","items":{"$ref":"#/$defs/swagItem"}}},"properties":{"title":{"type":"string","title":"title","examples":["My Great Page"]},"temp_title":{"type":"string"},"short_title":{"type":"string"},"tagline":{"type":"string"},"temp_tagline":{"type":"string"},"blurb":{"type":"string"},"temp_blurb":{"type":"string"},"layout":{"type":"string"},"event":{"type":"string"},"event_series":{"type":"string"},"caption":{"type":"string"},"status":{"type":"string"},"location":{"type":"string"},"image":{"type":"string"},"sign":{"type":"string"},"social_banner":{"type":"string"},"list_logo":{"type":"string","description":"The logo to display in list views."},"logo":{"type":"string"},"logo_alt":{"type":"string"},"wordmark":{"type":"string"},"icon":{"type":"string"},"website":{"type":"string"},"twitter":{"type":"string"},"youtube_page":{"type":"string","description":"Path to a page on youtube.com. Different from `youtube` since that parameter is a video ID which is used differently."},"facebook":{"type":"string"},"linkedin":{"type":"string"},"slack_channel":{"type":"string"},"instagram":{"type":"string"},"email_list":{"type":"string"},"meetup":{"type":"string"},"reddit":{"type":"string"},"mastodon":{"type":"string"},"donate":{"type":"string"},"swag_items":{"$ref":"#/$defs/swagItems"},"swag_sections":{"title":"swag sections","type":"array","items":{"type":"object","title":"swag section","properties":{"title":{"type":"string"},"items":{"$ref":"#/$defs/swagItems"}}}},"links":{"$ref":"#/$defs/labeledLinks"},"dropdown_links":{"$ref":"#/$defs/labeledLinks"},"app_links":{"$ref":"#/$defs/labeledLinks"},"footer_links":{"$ref":"#/$defs/labeledLinks"},"buttons":{"$ref":"#/$defs/labeledLinks"},"sessions":{"type":"array","title":"sessions","items":{"title":"session","type":"object","properties":{"title":{"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)"}]}}}},"section_tags":{"type":"array","title":"section tags","items":{"type":"string"}},"team_name":{"type":"string"},"max_posts":{"type":"integer"},"updated":{"type":"string","format":"date-time"},"timezone":{"type":"string"},"filter_start":{"type":"string","format":"date-time"},"filter_end":{"type":"string","format":"date-time"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"map":{"title":"map","type":"object","properties":{"points":{"type":"string"}}},"date":{"type":"string","description":"The Jekyll date of the document if we need to set it manually.","format":"date-time"}},"required":["title"]} | ||
{"title":"page","$id":"dogwood/page.schema.json","description":"A generic information page not tied to a datetime.","type":"object","$defs":{"labeledLink":{"title":"labeled link","type":"object","properties":{"label":{"type":"string"},"link":{"type":"string"}}},"labeledLinks":{"title":"labeled links","type":"array","items":{"$ref":"#/$defs/labeledLink"}},"swagItem":{"type":"object","title":"swag item","properties":{"title":{"type":"string"},"url":{"type":"string"},"image":{"type":"string"}}},"swagItems":{"title":"swag items","type":"array","items":{"$ref":"#/$defs/swagItem"}}},"properties":{"title":{"type":"string","title":"title","examples":["My Great Page"]},"temp_title":{"type":"string"},"short_title":{"type":"string"},"tagline":{"type":"string"},"temp_tagline":{"type":"string"},"blurb":{"type":"string"},"temp_blurb":{"type":"string"},"layout":{"type":"string"},"event":{"type":"string"},"event_series":{"type":"string"},"caption":{"type":"string"},"status":{"type":"string"},"location":{"type":"string"},"image":{"type":"string"},"sign":{"type":"string"},"social_banner":{"type":"string"},"list_logo":{"type":"string","description":"The logo to display in list views."},"logo":{"type":"string"},"logo_alt":{"type":"string"},"wordmark":{"type":"string"},"icon":{"type":"string"},"website":{"type":"string"},"twitter":{"type":"string"},"youtube_page":{"type":"string","description":"Path to a page on youtube.com. Different from `youtube` since that parameter is a video ID which is used differently."},"facebook":{"type":"string"},"linkedin":{"type":"string"},"slack_channel":{"type":"string"},"instagram":{"type":"string"},"email_list":{"type":"string"},"meetup":{"type":"string"},"reddit":{"type":"string"},"mastodon":{"type":"string"},"donate":{"type":"string"},"swag_items":{"$ref":"#/$defs/swagItems"},"swag_sections":{"title":"swag sections","type":"array","items":{"type":"object","title":"swag section","properties":{"title":{"type":"string"},"items":{"$ref":"#/$defs/swagItems"}}}},"links":{"$ref":"#/$defs/labeledLinks"},"dropdown_links":{"$ref":"#/$defs/labeledLinks"},"app_links":{"$ref":"#/$defs/labeledLinks"},"footer_links":{"$ref":"#/$defs/labeledLinks"},"buttons":{"$ref":"#/$defs/labeledLinks"},"sessions":{"type":"array","title":"sessions","items":{"title":"session","type":"object","properties":{"title":{"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)"}]}}}},"section_tags":{"type":"array","title":"section tags","items":{"type":"string"}},"team_name":{"type":"string"},"max_posts":{"type":"integer"},"updated":{"type":"string","format":"date-time"},"timezone":{"type":"string"},"filter_start":{"type":"string","format":"date-time"},"filter_end":{"type":"string","format":"date-time"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"map":{"title":"map","type":"object","properties":{"points":{"type":"string"}}},"date":{"description":"The Jekyll date of the document if we need to set it manually.","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)"}]}},"required":["title"]} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.