Skip to content

Missing object types #16

Closed
Closed
@jeffpatton1971

Description

@jeffpatton1971

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions