Currently trying to see how the JSON schema would look like by writing it hand before attempting to then write a script to help write the same JSON to a file by looping over types
5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
// TODO: Based on the manual schema as a guide
|
|
// Automate generation of the schema from looping over
|
|
// The types and properties found at /libs/extensions-registry/*.models.ts
|
|
|