diff --git a/content/draft3/core/exclusiveMaximum.markdown b/content/draft3/core/exclusiveMaximum.markdown index 88d281bc..92a17d64 100644 --- a/content/draft3/core/exclusiveMaximum.markdown +++ b/content/draft3/core/exclusiveMaximum.markdown @@ -3,7 +3,6 @@ keyword: "exclusiveMaximum" signature: "Boolean" value: This keyword must be set to a boolean value summary: "When [`maximum`](/draft3/core/maximum) is present and this keyword is set to true, the numeric instance must be less than the value in [`maximum`](/draft3/core/maximum)." -summary: "Validation succeeds if the numeric instance is less than the given number." kind: [ "assertion" ] instance: [ "number" ] specification: "https://json-schema.org/draft-03/draft-zyp-json-schema-03.pdf#5.12" diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 5e1ac10e..3a7f1957 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -27,6 +27,7 @@
{{ partial "sidebar.html" . }}
+ {{ partial "training.html" . }}

{{ .Title }} @@ -232,7 +233,6 @@

Keywords

{{ end }}
- {{ partial "book.html" . }} {{ partial "help.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 30d6299d..c672f5ad 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,6 +21,7 @@
{{ partial "sidebar.html" . }}
+ {{ partial "training.html" . }}
@@ -249,7 +250,6 @@

{{ .Params.keyword }}

- {{ partial "book.html" . }} {{ partial "help.html" . }}
diff --git a/layouts/partials/book.html b/layouts/partials/book.html deleted file mode 100644 index 71b46195..00000000 --- a/layouts/partials/book.html +++ /dev/null @@ -1,23 +0,0 @@ -{{ $oreilly := "https://www.oreilly.com/library/view/unifying-business-data/9781098144999/" }} -{{ $amazon := "https://www.amazon.com/_/dp/1098145003" }} -{{ $ebooks := "https://www.ebooks.com/search/?term=9781098145002&affid=OMI5374258" }} - - diff --git a/layouts/partials/training.html b/layouts/partials/training.html new file mode 100644 index 00000000..9bbc0344 --- /dev/null +++ b/layouts/partials/training.html @@ -0,0 +1,27 @@ +{{ $courseURL := "https://www.sourcemeta.com/courses/jsonschema-for-openapi" }} +{{ $oreilly := "https://www.oreilly.com/library/view/unifying-business-data/9781098144999/" }} + +
+
+
+ +
+

Looking to master JSON Schema for OpenAPI?

+

A 9+ hour course taught by a member of the JSON Schema Technical Steering Committee

+
+ Take the Video Course + Also check out our O'Reilly book +
+
+
+
+
diff --git a/static/course.webp b/static/course.webp new file mode 100644 index 00000000..cd6d2cfd Binary files /dev/null and b/static/course.webp differ diff --git a/static/cover.webp b/static/cover.webp deleted file mode 100644 index 5ebe405a..00000000 Binary files a/static/cover.webp and /dev/null differ