Skip to content

Commit e9da593

Browse files
fix: update schema
1 parent cbc088a commit e9da593

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

website/public/schema.json

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"null"
1414
],
1515
"additionalProperties": {
16-
"$ref": "#/definitions/SerializableMetaVarMatcher"
16+
"$ref": "#/definitions/SerializableRule"
1717
}
1818
},
1919
"files": {
@@ -311,49 +311,6 @@
311311
}
312312
]
313313
},
314-
"SerializableMetaVarMatcher": {
315-
"oneOf": [
316-
{
317-
"description": "A regex to filter metavar based on its textual content.",
318-
"type": "object",
319-
"required": [
320-
"regex"
321-
],
322-
"properties": {
323-
"regex": {
324-
"type": "string"
325-
}
326-
},
327-
"additionalProperties": false
328-
},
329-
{
330-
"description": "A pattern to filter matched metavar based on its AST tree shape.",
331-
"type": "object",
332-
"required": [
333-
"pattern"
334-
],
335-
"properties": {
336-
"pattern": {
337-
"type": "string"
338-
}
339-
},
340-
"additionalProperties": false
341-
},
342-
{
343-
"description": "A kind_id to filter matched metavar based on its ts-node kind",
344-
"type": "object",
345-
"required": [
346-
"kind"
347-
],
348-
"properties": {
349-
"kind": {
350-
"type": "string"
351-
}
352-
},
353-
"additionalProperties": false
354-
}
355-
]
356-
},
357314
"SerializableRule": {
358315
"type": "object",
359316
"properties": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy