featureReferenceType
Description
Provides a reference to a feature
The featureReferenceType schema inherits from relationType.
Properties
| Name | Description | Required | Type | 
|---|---|---|---|
| Identifier | Identifies a feature using a scheme and id | Yes | identifierType | 
| Name | Provides a human-readable name | No | string | 
| Uri | Provides a URI link to the feature | No | uri | 
| Relationship | How the referenced resource relates to the current resource (see well-known/known-RelationType for examples). | No | string | 
| ContentType | The type of the referenced entity (see well-known/ResourceType). | No | string | 
| Related | A URL that may be used to retrieve the related resource. | No | uri-reference | 
Examples
Example 1
{
  "contentType": "Block",
  "identifier": {
    "scheme": "com.purefarming.blockId",
    "id": "b6f592db-2e71-4c51-8bb0-e137772aaeef"
  },
  "name": "Dairy Block",
  "uri": "https://farmapp.co.nz/block/dairy",
  "relationship": "Primary Contact",
  "related": "mailto:someone@example.com"
}