Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 3.0.0 Release #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Version 3.0.0 Release #42
Changes from all commits
82da0ce
5109463
87f9cbb
7623160
9313260
f59e222
cd77840
e70e2b7
535c8d2
87f94fb
12c9895
bb0656d
82698a6
1f8cb63
e563d36
9b00879
ad2719d
f09f500
d57b8df
278dfad
1cf0b19
d348698
55b9787
8e5c47a
792ffff
9898e86
259d3ff
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
schema Module
Description
A PowerShell Module for working with JSON Schema documents
schema Cmdlets
ConvertFrom-SchemaArray
This function takes the schemaArray object and converts it into a PowerShell array that can be nicely output as a JSON string.
ConvertFrom-SchemaObject
This function takes the schemaObject object and converts it into a PowerShell object that can be nicely output as a JSON string.
ConvertFrom-SchemaDefinition
This function takes an object that has the format of a Schema Definition and converts it into the schemaDefinition class. It can also return as either the schemaDefinition class or a json string.
ConvertTo-SchemaElement
This function takes the output of ConvertFrom-Json CmdLet and converts it into SchemaModule classes.
Find-SchemaElement
This function provides the ability to find objects within the JSON schema either by Name, by Type or by a Path.
Format-SchemaDocument
A simple schema linter
Get-SchemaDefinition
A function to follow the Definition keyword and return the referenced schema
Get-SchemaDocument
This function will return a schemaDocument object of the input Schema.
Get-SchemaReference
A function to follow the ref keyword and return the referenced schema
New-SchemaElement
A function to create new SchemaModule objects
New-SchemaInteger
A function to create new Schema Integer object
New-SchemaBoolean
A function to create new Schema Boolean object
New-SchemaNumber
A function to create new Schema Number object
New-SchemaProperty
A Function to create either an object property or array item
New-SchemaString
A function to create new Schema String object
Uh oh!
There was an error while loading. Please reload this page.