This project repo is no longer being maintained. The front end of code.gov is now located at code-gov-front-end.
Web Component that Displays a JSON Schema
https://gsa.github.io/json-schema-web-component/
Copy the index.js file and put it in a script tag and then create an instance of the web component by <json-schema url='THE URL TO YOUR SCHEMA JSON' />
.
<!DOCTYPE html>
<html style="background: darkblue;">
<head>
<title>JSON Schema Web Component Demo</title>
<script src="./index.js"></script>
</head>
<body>
<div>
<json-schema url="./example-schema.json" />
</div>
</body>
</html>
Please see the file CONTRIBUTING.md