Skip to content

Latest commit

 

History

History
120 lines (69 loc) · 2.69 KB

geocircle.schema.md

File metadata and controls

120 lines (69 loc) · 2.69 KB

Geo Circle Schema

http://schema.org/GeoCircle

A circular region of a particular radius centered on a GeoCoordinate. Based on schema.org

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental No Forbidden Permitted external/schema/geocircle.schema.json

Schema Hierarchy

  • Geo Circle http://schema.org/GeoCircle

Geo Circle Example

{
  "@id": "https://data.adobe.io/entities/geo/circleid123",
  "schema:description": "New York Metro",
  "schema:coordinates": {
    "@id": "https://data.adobe.io/entities/geo/111",
    "schema:description": "New York",
    "schema:latitude": 37.3308953,
    "schema:longitude": -121.8939894,
    "schema:elevation": 31.0896
  },
  "schema:radius": 80000
}

Geo Circle Properties

Property Type Required Defined by
@id string Optional Geo Circle (this schema)
schema:coordinates Geo Coordinates Optional Geo Circle (this schema)
schema:description string Optional Geo Circle (this schema)
schema:radius number Optional Geo Circle (this schema)
* any Additional this schema allows additional properties

@id

Identifier

The unique identifier of the circle.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

schema:coordinates

Coordinates

schema:coordinates

  • is optional
  • type: Geo Coordinates
  • defined in this schema

schema:coordinates Type

schema:description

Description

A description of what the circle contains.

schema:description

  • is optional
  • type: string
  • defined in this schema

schema:description Type

string

schema:radius

Radius

The length of the radius of the circle. This value conforms to the WGS84 datum and is measured in meters.

schema:radius

  • is optional
  • type: number
  • defined in this schema

schema:radius Type

number