emptySchema function
Implementation
IMSchemaDefinition emptySchema(MSchemaRef ref) {
return IMSchemaDefinition.of(
schemaURI: ref.fullUri.toUri(),
properties: [],
);
}
IMSchemaDefinition emptySchema(MSchemaRef ref) {
return IMSchemaDefinition.of(
schemaURI: ref.fullUri.toUri(),
properties: [],
);
}