Skip to content

Commit edbe308

Browse files
fix: add transform strign
1 parent 84f0c7f commit edbe308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/public/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,9 @@
560560
"Transformation": {
561561
"description": "Represents a transformation that can be applied to a matched AST node. Available transformations are `substring`, `replace` and `convert`.",
562562
"oneOf": [
563+
{
564+
"type": "string"
565+
},
563566
{
564567
"type": "object",
565568
"required": [

0 commit comments

Comments
 (0)