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 3bd5135 commit 2629648Copy full SHA for 2629648
1 file changed
Transpilers/Protocols/JSONSchema.Protocol.psx.ps1
@@ -10,7 +10,6 @@
10
[JSONSchema(SchemaURI='https://aka.ms/terminal-profiles-schema#/$defs/Profile')]
11
param()
12
}.Transpile()
13
-
14
#>
15
[ValidateScript({
16
$commandAst = $_
@@ -262,7 +261,6 @@ process {
262
261
263
# create a validateset.
264
"[ValidateSet('$($validSet -join "','")')]"
265
- "[string]"
266
}
267
# If there was a validation pattern
268
elseif ($propertyTypeInfo.pattern)
0 commit comments