We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d32c6 commit e67f358Copy full SHA for e67f358
1 file changed
Transpilers/Protocols/JSONSchema.Protocol.psx.ps1
@@ -5,6 +5,12 @@
5
Converts a json schema to PowerShell.
6
.EXAMPLE
7
jsonschema https://aka.ms/terminal-profiles-schema#/$defs/Profile
8
+.EXAMPLE
9
+ {
10
+ [JSONSchema(SchemaURI='https://aka.ms/terminal-profiles-schema#/$defs/Profile')]
11
+ param()
12
+ }.Transpile()
13
+
14
#>
15
[ValidateScript({
16
$commandAst = $_
0 commit comments