Anchor ๐
Official URL: https://bcgov.github.io/nr-pies/docs/spec/element/resource/anchor
JSON Schema URL: https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/resource/anchor.schema.json
Represents an anchor. An anchor serves as a foundational reference point within the PIES system.
Scopeโ
This resource type is transmitted within a Record message by setting asset_kind to ANCHOR. An Anchor is defined as an independent, composable resource type and may be used in other message contexts.
Refer to Record for details on the message envelope pattern and how resource types are selected.
Structureโ
This structure contains no properties and is functionally equivalent to an empty object.
Specificationโ
- Schema
- Source
- Example
{
"$id": "https://raw.githubusercontent.com/bcgov/nr-pies/refs/heads/main/docs/spec/element/resource/anchor.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Anchor",
"description": "Represents an anchor.",
"type": "object",
"properties": {}
}
{}
Implementation Guidanceโ
The Anchor resource type is an empty object and does not define any properties. Systems parsing anchors should ignore any unexpected properties.
Referencesโ
No references are defined for this resource type.