Skip to content

Commit

Permalink
Deploying to gh-pages from @ 266aaab 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Jun 8, 2024
1 parent edad082 commit fb0877d
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
Binary file modified _framework/LearnJsonEverything.Template.dll
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.Template.dll.br
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.Template.dll.gz
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.Template.pdb.gz
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.dll
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.dll.br
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.dll.gz
Binary file not shown.
Binary file modified _framework/LearnJsonEverything.pdb.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "LearnJsonEverything",
"resources": {
"hash": "sha256-we72luh3SW/LOe3cXuF/tn/b2V24P9/Z9Kd5nwZnJqs=",
"hash": "sha256-XQEBlVdk6yVtAkbCdg1EwvI2WZhJkfLiYNKG+TgmcYM=",
"jsModuleNative": {
"dotnet.native.8.0.6.suuomc2hr0.js": "sha256-YU6M9+jtDVnB8/wtrgIndOstzNh778Ls8g9XnbjorSk="
},
Expand All @@ -24,8 +24,8 @@
"Json.More.dll": "sha256-xr0aE0+HsrvtjruJdaapKt2/DGB0qSUz+xD0XmvawxM=",
"JsonPointer.Net.dll": "sha256-DzV9BEIGNC1mcOpb+JYI2gGXuDG5qg157LjFTnJ6pAE=",
"JsonSchema.Net.dll": "sha256-iCLcArFhOdHD16SQ2km8JXYsJmbv4fa37t+iopIb8+w=",
"LearnJsonEverything.dll": "sha256-aczvZo8vmBSgeUl7MHBCHcnm3m0OoDx8OovLP0yzCNA=",
"LearnJsonEverything.Template.dll": "sha256-aHRf87hKDnj5TSiRZDRGWixD5dGPi6qCQ+aHxTy56dM=",
"LearnJsonEverything.dll": "sha256-Lq5CRgHpSk1hV8Ob/SG8cgXtzVVmHTKjHfF1yDc1ZuE=",
"LearnJsonEverything.Template.dll": "sha256-wVUdrrLmn7vzTG1UfmuFMFRgP7I1xk8Y1TH+gs+lePc=",
"Markdig.dll": "sha256-34Ry04hh+o21Q3VDOJoD0lmCasZYDBsC9CvOeWz3BjI=",
"Markdig.SyntaxHighlighting.dll": "sha256-YEfO9OsS0T4kDjPXOW2pJF8qg62omn4UYMy/C2tcmC4=",
"Microsoft.AspNetCore.Authorization.dll": "sha256-IsV1p8+7qyVgHgqn8Yon3RZfqKDNjdC/kTwzUwtaAlY=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions data/lessons/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@
Adding a keyword is accomplished by calling the same-name (usually) extension method.
Some keywords take schemas. To do this with _JsonSchema.Net_, you'll want to pass a nested
`JsonSchemaBuilder`.
`JsonSchemaBuilder` into the `.Items()` extension method.
To help make your code prettier, there is an implicit cast from `JsonSchemaBuilder` to `JsonSchema`
that automatically calls the `.Build()` method so you don't have to.
docs: 'schema/basics/#schema-inlining'
api: api/JsonSchema.Net/JsonSchemaBuilderExtensions
title: 'Schema Builder: Homogenous arrays'
title: 'Schema Builder: Nesting schemas'
instructions: |
Configure the provided `JsonSchemaBuilder` to produce a schema that validates a array instance
filled with integers. Ensure that the array has no more than 5 items.
Expand Down

0 comments on commit fb0877d

Please sign in to comment.