https://metadata101.github.io/schemas/ is a schema repository for Metadata 101.
This repository is structured following into folders by organization/standard/version
:
Please check directory README.md
files for modifications, notes, and namespace.
The schemas in this repository may be referenced directly, althrough no availability guarantee provided for github pages.
It is a best practice to download schemas for local use (to avoid contacting the github pages each time the schema is used). Developers may wish to use git submodule
to include this repository directly in their project.
This repository is published to github pages using Jekyll. See Jekyll installation instructions to set up a development environment:
-
Use bundler:
gem install bundler
-
Install ruby gems (such as
github-pages
):bundle
-
Build and run locally:
bundle exec jekyll serve
-
Browser: http://localhost:4000/
Repository web pages use the Just The Docs theme (MIT License).