JsonSchema:MetaSchema/Geolocation

JsonSchema:MetaSchema/Geolocation

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
$schema"http://json-schema.org/draft-07/schema#"
type"object"
properties
name
type"string"
description"The name of the location or entity"
title
type"string"
description"The title or heading"
description
type"string"
description"A detailed description"
latitudeLabel
type"string"
default"Latitude"
description"Label for the latitude field"
longitudeLabel
type"string"
default"Longitude"
description"Label for the longitude field"
required
"name"
"longitudeLabel"
"latitudeLabel"