Closed
Description
Missing some object types based on this testing, we need
boolean
integer
Most likely applies to both Get-Object and Get-Array
Get-SchemaObject -SchemaDocument $Schem
VERBOSE: @{$schema=http://json-schema.o
VERBOSE: Setting up output object
VERBOSE: Property: checked
boolean
VERBOSE: Property: dimensions
object
VERBOSE: Add Object to output object
VERBOSE: Property: id
integer
VERBOSE: Property: name
string
VERBOSE: Add String to output object
VERBOSE: Property: price
number
VERBOSE: Add Number to output object
VERBOSE: Property: tags
array
VERBOSE: Add Array to output object
VERBOSE: Return JSON PowerShell object