JSON Schema type 关键字

type 关键字定义允许的 JSON 值类型。

语法

{"type": "string"}

说明

可与 string、number、integer、boolean、null、array 或 object 一起使用。