Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions schema/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,20 @@ components:
name:
type: string
example: "EPSG:4326"
crs:
type: object
nullable: true
description: Coordinate Reference System object (optional in GeoJSON)
properties:
type:
type: string
example: "name"
properties:
type: object
properties:
name:
type: string
example: "EPSG:4326"
example:
type: Polygon
coordinates:
Expand Down Expand Up @@ -514,6 +528,12 @@ components:
format: date-time
nullable: true
description: The date and time the geographic place name source detail record was recorded on.
managedAttributes:
type: object
nullable: true
description: Map of managed attribute key/value pairs
additionalProperties:
type: string
SiteRelationships:
type: object
nullable: true
Expand Down Expand Up @@ -552,3 +572,5 @@ components:
type: string
name:
type: string