上传者: 42151373
|
上传时间: 2021-10-17 10:39:34
|
文件大小: 1.52MB
|
文件类型: -
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