{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schemas.opengis.net/json-fg/place.json",
    "title": "the value of the 'place' member",
    "description": "This JSON Schema is part of JSON-FG version 1.0.0.",
    "oneOf": [ {"type": "null"}, {"$ref": "geometry-object.json"} ]
}
