韦策尔
从 JSON Schema 生成 Markdown 或 AsciiDoctor 文档
例子
这个 JSON 架构:
{
" $schema " : " http://json-schema.org/draft-03/schema " ,
" title " : " example " ,
" type " : " object " ,
" description " : " Example description. " ,
" properties " : {
" byteOffset " : {
" type " : " integer " ,
" description " : " The offset relative to the start of the buffer
1