文件名称:json-schema-md-doc:生成JSON模式的降价文档
文件大小:954KB
文件格式:ZIP
更新时间:2024-06-12 21:11:34
javascript node json-schema json-schema-documentation json-schema-draft-7
json-schema-md-doc 生成JSON模式的降价文档 在 下载 查看“节点”示例。 注意: JSONSchemaMarkdown.js支持 draft-7 。 以前的草稿可能无法正确生成文档。 简单实施 HTML < script src =" https://brianwendt.github.io/json-schema-md-doc/lib/JSONSchemaMarkdown.js " > </ script > Java脚本 // simple schema for the example const colors_schema = { "description" : "Choose a color" , "type" : "string" , "enum" : [ "red" , "amber" , "green" ] } // create an
【文件预览】:
json-schema-md-doc-master
----.gitattributes(66B)
----scripts()
--------npm.js(193B)
--------jsdoc_config.json(861B)
----.npmignore(1KB)
----LICENSE(34KB)
----samples()
--------node()
----README.md(2KB)
----docs()
--------index.html(2KB)
--------lib()
--------issue.html(2KB)
--------documentation()
----.gitignore(1KB)
----package-lock.json(8KB)
----package.json(764B)