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 82e5d0a commit aeff41bCopy full SHA for aeff41b
1 file changed
docs/JSONSchema.Protocol.md
@@ -15,6 +15,14 @@ Converts a json schema to PowerShell.
15
jsonschema https://aka.ms/terminal-profiles-schema#/$defs/Profile
16
```
17
18
+#### EXAMPLE 2
19
+```PowerShell
20
+{
21
+ [JSONSchema(SchemaURI='https://aka.ms/terminal-profiles-schema#/$defs/Profile')]
22
+ param()
23
+}.Transpile()
24
+```
25
+
26
---
27
### Parameters
28
#### **SchemaUri**
0 commit comments