emptySchema function

IMSchemaDefinition emptySchema(
  1. MSchemaRef ref
)

Implementation

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