Ajax

From Wikisphere
Jump to navigation Jump to search
processedSchema
title"People"
type"array"
items
title"Person"
requiredfalse
uniqueItemsfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items.anyOf.0
title"Basic Person"
type"object"
items.anyOf.0.properties.name
title"name"
description"First and Last name"
type"string"
requiredtrue
minLength4
items.anyOf.0.properties.age
title"age"
type"integer"
default21
minimum18
maximum99
items.anyOf.0.properties.gender
title"gender"
type"string"
enum
"male"
"female"
items.anyOf.1
title"Complex Person"
type"object"
items.anyOf.1.properties.name
title"name"
description"First and Last name"
type"string"
requiredtrue
minLength4
items.anyOf.1.properties.age
title"age"
type"integer"
default21
minimum18
maximum99
items.anyOf.1.properties.gender
title"gender"
type"string"
enum
"male"
"female"
items.anyOf.1.properties.location
title"Location"
type"object"
items.anyOf.1.properties.location.properties.city
title"city"
type"string"
items.anyOf.1.properties.location.properties.state
title"state"
type"string"
items.anyOf.1.properties.location.properties.citystate
title"citystate"
description"This is generated automatically from the previous two fields"
type"string"
items.anyOf.1.properties.pets
title"Pets"
type"array"
uniqueItemstrue
items
type"object"
requiredfalse
uniqueItemsfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items.anyOf.1.properties.cars
title"Cars"
type"array"
items
title"Car"
type"object"
requiredfalse
uniqueItemsfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse