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 e67f358 commit 82e5d0aCopy full SHA for 82e5d0a
1 file changed
Transpilers/Protocols/README.md
@@ -97,6 +97,16 @@ To be considered a protocol transpiler, a transpiler must:
97
jsonschema https://aka.ms/terminal-profiles-schema#/$defs/Profile
98
~~~
99
100
+## JSONSchema.Protocol Example 2
101
+
102
103
+~~~PowerShell
104
+ {
105
+ [JSONSchema(SchemaURI='https://aka.ms/terminal-profiles-schema#/$defs/Profile')]
106
+ param()
107
+ }.Transpile()
108
+~~~
109
110
## UDP.Protocol Example 1
111
112
0 commit comments