Person

From Wikisphere
Revision as of 00:00, 15 January 2001 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$ref"JsonSchema:BasicPerson"
additionalPropertiestrue
properties
location
type"object"
title"Location"
properties
city
type"string"
state
type"string"
citystate
type"string"
description"This is generated automatically from the previous two fields"
x-template"{{city}}, {{state}}"
x-watch
"city"
"state"
pets
type"array"
x-layout"table"
title"Pets"
uniqueItemstrue
items
type"object"
properties
type
type"string"
enum
"cat"
"dog"
"bird"
"reptile"
"other"
default"dog"
name
type"string"
fixed
type"boolean"
title"spayed / neutered"
x-input"checkbox"
cars
type"array"
x-layout"tabs"
title"Cars"
uniqueItemsfalse
items
type"object"
title"Car"
additionalPropertiestrue
properties
manufacturer
type"string"
model
type"string"