Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   "properties": {

     "ID": {        "type": "integer"      },

     "Name": {        "type": "string"      },

     "BirthDate": {        "type": "string"      },

     "Position": {        "type": "string"      },

     "Title": {        "type": "string"      },

     "Email": {        "type": "string"      }

   },

   "required": [      "ID",       "Name",       "BirthDate",       "Position",       "Title",       "Email"    ]

 }

}


其中,

jsondoc指定数据本身来源,一般是一个URL。

...