Definition Object

Details about the immutable property token definition and its components.

Definition Object

The definition property is immutable: once set at issuance, it cannot be changed. It provides detailed information about the real property the token represents.

{
  "claim": "Lots 37, 38, and 39 in Block 12, as shown and delineated on Zayante Lakes Subdivision No. 4 filed for record in Map Book 25 Page 3 Santa Cruz County Records.",
  "coordinates": {
    "lat": 37.086937,
    "lon": -122.045628
  },
  "geoJson": {
    "type": "Polygon",
    "coordinates": [[...]]
  },
  "holdingEntity": "Fabrica S7BH3N82F5F26 Trust",
  "offchainRegistrar": {
    "admin": "Santa Cruz",
    "adminId": "06087",
    "country": "us_ca",
    "propertyId": "074-142-22"
  }
}
FieldDescription
claimRequired. The legal description defining what property the NFT represents, based on local jurisdiction language.
holdingEntityThe name of the trust, LLC, or other entity holding title at the local registry.
offchainRegistrarPointers to the local administrative body where deeds are recorded for verification.
coordinatesGPS coordinates for indexing (not legally authoritative).
geoJsonProperty boundary representation for maps (not legally authoritative).