File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ To be considered a protocol transpiler, a transpiler must:
13133 . Be valid, given a ``` [Management.Automation.Language.CommandAST] ```
1414
1515
16- | DisplayName | Synopsis |
17- | --------------------------------------| --------------------------------------|
18- | [ Http.Protocol] ( Http.Protocol.psx.ps1 ) | [ http protocol] ( Http.Protocol.psx.ps1 ) |
19- | [ UDP.Protocol] ( UDP.Protocol.psx.ps1 ) | [ udp protocol] ( UDP.Protocol.psx.ps1 ) |
16+ | DisplayName | Synopsis |
17+ | --------------------------------------------------| ---------------------------------------------------|
18+ | [ Http.Protocol] ( Http.Protocol.psx.ps1 ) | [ http protocol] ( Http.Protocol.psx.ps1 ) |
19+ | [ JSONSchema.Protocol] ( JSONSchema.Protocol.psx.ps1 ) | [ json schema protocol] ( JSONSchema.Protocol.psx.ps1 ) |
20+ | [ UDP.Protocol] ( UDP.Protocol.psx.ps1 ) | [ udp protocol] ( UDP.Protocol.psx.ps1 ) |
2021
2122
2223
@@ -89,6 +90,13 @@ To be considered a protocol transpiler, a transpiler must:
8990}
9091~~~
9192
93+ ## JSONSchema.Protocol Example 1
94+
95+
96+ ~~~ PowerShell
97+ jsonschema https://aka.ms/terminal-profiles-schema#/$defs/Profile
98+ ~~~
99+
92100## UDP.Protocol Example 1
93101
94102
You can’t perform that action at this time.
0 commit comments