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.
Push v1.0.0 Module #21
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.
Push v1.0.0 Module #21
Changes from all commits
755b269
d6cb34c
4339afd
4f99cb1
16fa647
b58137f
66d0c81
3740b2f
e7d49d1
98cd36f
baddba1
c96ad70
8d28822
1d978da
761106e
87d1629
80b7abb
2aee4df
0ac1d80
e474bf6
69d8351
951d00e
5ef9312
b231bf8
01a1a34
170c122
5ecb98b
6ae93bd
6640de5
5b79d16
be218cc
699d6b5
a795a3d
f7e69c0
71b9bc0
aa5f681
a5f82e7
96549ec
333e6c5
28f5bac
e48561d
3667309
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
About
The SchemaModule project grew out of a need to create PowerShell objects from a well-defined JSON schema. The functions included with this module should help a developer leverage objects and properties to create objects on-demand. The intended use-case is for this module to be used inside a script or other module to faciliate the creation of objects and ultimately validation.
Function Documentation
Below is the list of current functions and their documentation.
Get-SchemaArray
This function returns the object from an array within the Json Schema.
SchemaModuleGet-SchemaDocumentPowerShell Module for working with JSON schema
This function will return a PowerShell object of the input Schema.
Get-SchemaObject
This function returns an object from the Json Schema.
Get-SchemaProperty
This function returns one ore more properties from a Json Schema object.
Documentation
This project uses PlatyPS for framing and updating the help files and external help used by the functions.
Automation
A few things within each module are automated by psake such as the functions that are exported, as well as the README file for each module.
Syntax Checking
PSScriptAnalyzer is used to check the code against a set of standards, this ensures that the code works as expected when ran.
Uh oh!
There was an error while loading. Please reload this page.