toSchema() {
        const {countryCode, ...js} = this.toJS(); // eslint-disable-line no-unused-vars
        return new SchemaPostalAddress({
            ...js
        });