Skip to content

Commit 9b67de6

Browse files
waldekmastykarzgarrytrinder
authored andcommitted
Adds TypeSpecGeneratorPlugin schema
1 parent a60dab1 commit 9b67de6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"title": "Dev Proxy TypeSpecGeneratorPlugin config schema",
4+
"type": "object",
5+
"properties": {
6+
"$schema": {
7+
"type": "string"
8+
},
9+
"ignoreResponseTypes": {
10+
"type": "boolean"
11+
}
12+
},
13+
"additionalProperties": false
14+
}

0 commit comments

Comments
 (0)