Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecomclub/twbschema
Docs with Boostrap 4 for your JSON schema types
https://github.com/ecomclub/twbschema
api-reference bootstrap4 docs-generator documentation-generator javascript-tools json-schema
Last synced: 26 days ago
JSON representation
Docs with Boostrap 4 for your JSON schema types
- Host: GitHub
- URL: https://github.com/ecomclub/twbschema
- Owner: ecomclub
- License: mit
- Created: 2018-08-14T16:14:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T20:52:13.000Z (about 6 years ago)
- Last Synced: 2024-04-25T17:05:25.575Z (6 months ago)
- Topics: api-reference, bootstrap4, docs-generator, documentation-generator, javascript-tools, json-schema
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twbschema
[![npm version](https://img.shields.io/npm/v/twbschema.svg)](https://www.npmjs.org/twbschema)
[![license mit](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)Docs with Boostrap 4 for your JSON schema types.
[JSFiddle sample](https://jsfiddle.net/8rzyboan/119/)
Generates a responsive **list of object properties** with details,
designed for API reference, following
[JSON Schema Draft-06](https://json-schema.org/specification.html)
specifications.
To work properly, it requires (and does not include)
[Boostrap](https://getbootstrap.com/docs/4.1/getting-started/download/)
(twbs).Include minified script via CDN:
```html
```
Or install [npm package](https://www.npmjs.com/package/twbschema):
`npm install --save twbschema`