Schemas
location
longitude/latitude or city name
- [ "object", "string" ]Example:
{"longitude":0,"latitude":0}
person
- objectExample:
{"id":"Guru","name":"Guru","age":0,"photoUrls":"string","hobby":"string","location":[{"longitude":0,"latitude":0}],"tag":{"tagId":"string","tagDefinition":{"tagText":"string","tagColor":"string"}}}Properties:id[ "string", "integer" ]RequiredPerson IDExample:"Guru"Minimum string length:4name[ "string", "null" ]Name of the personExample:"Guru"Minimum string length:4age[ "integer", "number" ]Age of PersonExample:0photoUrls[ "string", "array" ]RequiredOne or more URL'sExample:"string">= 10Maximum number of items:20hobby[ "string", "array" ]comma separated list of hobbies or an array of objectExample:"string"location[ "array", "integer" ]LocationExample:[{"longitude":0,"latitude":0}]>= 10Maximum number of items:1tag[ "object", "string" ]A tag-object or comma separated textExample:{"tagId":"string","tagDefinition":{"tagText":"string","tagColor":"string"}}