11 lines
No EOL
229 B
Text
11 lines
No EOL
229 B
Text
import "@typespec/json-schema";
|
|
using TypeSpec.JsonSchema;
|
|
|
|
@jsonSchema("/modules/fonts.json")
|
|
model fontsModule {
|
|
type: "fonts",
|
|
fonts: {
|
|
"nerd-fonts": Array<string>,
|
|
"google-fonts": Array<string>
|
|
}
|
|
} |