最終更新
{
"type": "string",
"name": "name",
"optional": false
}{
"type": "string",
"name": "company",
"optional": false
}{
"type": "boolean",json
"name": "status",
"optional": true
}{
type: "string" | "boolean" | "integer" | "decimal" | "date" | "datetime",
name: "任意の名称",
optional: true | false
}{
type: "array",
name: "任意の名称",
optional: true | false,
element: Schema | null
}{
type: "object",
name: "任意の名称",
optional: true | false,
properties: Schema[]
}