Tests/Examples/Protocol.JSONSchema.examples.tests.ps1
describe 'Protocol.JSONSchema' { it 'Protocol.JSONSchema Example 1' { jsonschema https://aka.ms/terminal-profiles-schema#/$defs/Profile } it 'Protocol.JSONSchema Example 2' { { [JSONSchema(SchemaURI='https://aka.ms/terminal-profiles-schema#/$defs/Profile')] param() }.Transpile() } } |