jsonschema-schema.org
词汇表,以方便代码使用。
例如,格式在 JSON Schema 中表示如下。
{
" $schema " : " http://json-schema.org/draft-04/schema# " ,
" id " : " http://schema.org/Thing " ,
" required " : [
],
" title " : " Thing " ,
" name " : " Thing " ,
" description " : " The most generic type of item. " ,
" type " : " object " ,
" properties " : {
" additionalType " : {
" id " : " http://s
2021-10-17 10:39:34
1.52MB
1