Person: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{ | { | ||
"$ref": "JsonSchema:BasicPerson", | "$ref": "JsonSchema:BasicPerson", | ||
" | "type": "object", | ||
"x-layout": "booklet", | |||
"properties": { | "properties": { | ||
"location": { | "location": { | ||
| Line 49: | Line 50: | ||
"type": "boolean", | "type": "boolean", | ||
"title": "spayed \/ neutered", | "title": "spayed \/ neutered", | ||
"x-input": " | "x-input": "OO.ui.CheckboxInputWidget" | ||
} | } | ||
} | } | ||
| Line 63: | Line 64: | ||
"title": "Car", | "title": "Car", | ||
"additionalProperties": true, | "additionalProperties": true, | ||
"x-additional-properties-ui": { | |||
"label": "New property", | |||
"schema": "JsonSchema:MetaSchema\/NewProperty" | |||
}, | |||
"properties": { | "properties": { | ||
"manufacturer": { | "manufacturer": { | ||
Latest revision as of 00:00, 15 January 2001
| $ref | "JsonSchema:BasicPerson" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| x-layout | "booklet" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|