Skip to content

loadSchema

loadSchema(path): Promise<Schema>

Defined in: core/schema/load.ts:8

Load a Schema descriptor (JSON Object) from a file or URL Ensures the descriptor is valid against its profile

string

Promise<Schema>