Dossier API – getSchemaSpecification

getSchemaSpecification is used to get the schema.

interface DossierClient {
getSchemaSpecification(options?: {
includeMigrations: boolean;
}): PromiseResult<
SchemaSpecification | SchemaSpecificationWithMigrations,
"Generic"
>;
}