9 lines
No EOL
214 B
Text
9 lines
No EOL
214 B
Text
import "@typespec/json-schema";
|
|
using TypeSpec.JsonSchema;
|
|
|
|
@jsonSchema("/modules/akmods.json")
|
|
model akmodsModule {
|
|
type: "akmods",
|
|
base: "main" | "asus" | "fsync" | "surface",
|
|
install: Array<string>
|
|
} |