Skip to content

Commit 9e4c388

Browse files
committed
fix schema
1 parent d1cf1f1 commit 9e4c388

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

slua_definitions.schema.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"items": { "$ref": "#/$defs/property" },
273273
"type": "array"
274274
},
275-
"global-functions": {
275+
"functions": {
276276
"items": { "$ref": "#/$defs/function" },
277277
"type": "array"
278278
},
@@ -288,10 +288,6 @@
288288
"items": { "$ref": "#/$defs/property" },
289289
"type": "array"
290290
},
291-
"builtin-functions": {
292-
"items": { "$ref": "#/$defs/function" },
293-
"type": "array"
294-
},
295291
"controls": {
296292
"markdownDescription": "The Luau keywords.",
297293
"additionalProperties": false,
@@ -352,13 +348,12 @@
352348
"base-classes",
353349
"type-aliases",
354350
"classes",
355-
"global-functions",
351+
"functions",
356352
"modules",
357353
"constants",
358354
"controls",
359355
"builtin-types",
360356
"builtin-constants",
361-
"builtin-functions",
362357
"metamethods"
363358
],
364359
"title": "Second Life SLua Definitions",

0 commit comments

Comments
 (0)