Skip to content

Commit 7f665bb

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding JSONSchema transpiler (Fixes #274)
1 parent 321b0ff commit 7f665bb

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

Transpilers/Protocols/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ To be considered a protocol transpiler, a transpiler must:
1313
3. 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

0 commit comments

Comments
 (0)