{"id":23154995,"url":"https://github.com/openmindlab/sfcc-schemas","last_synced_at":"2026-02-09T15:39:19.723Z","repository":{"id":35042588,"uuid":"199604469","full_name":"openmindlab/sfcc-schemas","owner":"openmindlab","description":"Salesforce Commerce Cloud import and export schemas validator","archived":false,"fork":false,"pushed_at":"2023-01-09T04:29:25.000Z","size":683,"stargazers_count":16,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-09T15:53:10.578Z","etag":null,"topics":["salesforce-commerce-cloud","sfcc-schemas","xml-files"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openmindlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-30T08:01:01.000Z","updated_at":"2025-08-06T15:31:21.000Z","dependencies_parsed_at":"2023-01-15T12:37:29.303Z","dependency_job_id":null,"html_url":"https://github.com/openmindlab/sfcc-schemas","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/openmindlab/sfcc-schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmindlab%2Fsfcc-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmindlab%2Fsfcc-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmindlab%2Fsfcc-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmindlab%2Fsfcc-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openmindlab","download_url":"https://codeload.github.com/openmindlab/sfcc-schemas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmindlab%2Fsfcc-schemas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270918296,"owners_count":24667664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["salesforce-commerce-cloud","sfcc-schemas","xml-files"],"created_at":"2024-12-17T20:15:09.654Z","updated_at":"2026-02-09T15:39:17.936Z","avatar_url":"https://github.com/openmindlab.png","language":"HTML","funding_links":[],"categories":["Open Source"],"sub_categories":["Other"],"readme":"# sfcc-schemas\n\n\u003e Salesforce Commerce Cloud import and export schemas validator\n\n\n## Features\n\n* validate salesforce commerce cloud import/export xml files\n* automatically add local xsd declarations to xml files for leveraging IDE autocomplete and validation\n\n## Installation\n\n```bash\n$ npm i -g sfcc-schemas\n```\nWarning: the module makes use of [xsd-schema-validator](https://www.npmjs.com/package/xsd-schema-validator) which requires java.\n\nSee the prerequisites section on https://www.npmjs.com/package/xsd-schema-validator for details.\n\n## Requirements\n* Node \u003e= 10\n\n## Usage\n\n```bash\nsfcc-schemas-validate\n```\nValidates all the xml files in the `sites` subdirectory (following the usual cartridge folder conventions)\n\n```bash\nsfcc-schemas-xsdify\n```\nAdds a schemaLocation attribute to all the xml files, in order to leverage editor support (validation or autocompletion) ini your IDE.\n\nFor this purpose the module must be installed locally in your project (`npm i sfcc-schemas`) so that xsds can be linked directly from the node_modules folder, e.g.\n\n```xml\n\u003cpreferences xmlns=\"http://www.demandware.com/xml/impex/preferences/2007-03-31\" \n    xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.demandware.com/xml/impex/preferences/2007-03-31 ../../../../node_modules/sfcc-schemas/xsd/preferences.xsd\"\u003e\n    ...\n```\n\n## License\n\nReleased under the MIT license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmindlab%2Fsfcc-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmindlab%2Fsfcc-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmindlab%2Fsfcc-schemas/lists"}