Creates a Schema for a reference to another schema.
factory Schema.ref(String ref) => Schema(ref: ref);