Skip to content
Merged
Show file tree
Hide file tree
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
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ Certified lexicons are common/shared lexicons that can be used across multiple p

#### Properties

| Property | Type | Required | Description | Comments |
| -------------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------- | -------- |
| `lpVersion` | `string` | ✅ | The version of the Location Protocol | |
| `srs` | `string` | ✅ | The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system. | |
| `locationType` | `string` | ✅ | An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point) | |
| `location` | `union` | ✅ | The location of where the work was performed as a URI or blob. | |
| `name` | `string` | ❌ | Optional name for this location | |
| `description` | `string` | ❌ | Optional description for this location | |
| `createdAt` | `string` | ✅ | Client-declared timestamp when this record was originally created | |
| Property | Type | Required | Description |
| -------------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------- |
| `lpVersion` | `string` | ✅ | The version of the Location Protocol |
| `srs` | `string` | ✅ | The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system. |
| `locationType` | `string` | ✅ | An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point) |
| `location` | `union` | ✅ | The location of where the work was performed as a URI or blob. |
| `name` | `string` | ❌ | Optional name for this location |
| `description` | `string` | ❌ | Optional description for this location |
| `createdAt` | `string` | ✅ | Client-declared timestamp when this record was originally created |

### Badges Lexicon

Expand Down Expand Up @@ -192,10 +192,10 @@ Hypercerts-specific lexicons for tracking impact work and claims.

##### activityWeight

| Property | Type | Required | Description | Comments |
| ---------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `activity` | `ref` | ✅ | A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity | |
| `weight` | `string` | ✅ | The weight/importance of this hypercert activity (a percentage from 0-100, stored as a string to avoid float precision issues). The total activity weights should add up to 100. | |
| Property | Type | Required | Description |
| ---------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `activity` | `ref` | ✅ | A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity |
| `weight` | `string` | ✅ | The weight/importance of this hypercert activity (a percentage from 0-100, stored as a string to avoid float precision issues). The total activity weights should add up to 100. |

---

Expand All @@ -209,14 +209,14 @@ Hypercerts-specific lexicons for tracking impact work and claims.

#### Properties

| Property | Type | Required | Description | Comments |
| -------------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `role` | `string` | ❌ | Role or title of the contributor(s). | |
| `contributors` | `array` | ✅ | List of the contributors (names, pseudonyms, or DIDs). If multiple contributors are stored in the same hypercertContribution, then they would have the exact same role. | |
| `description` | `string` | ❌ | What the contribution concretely achieved | |
| `startDate` | `string` | ❌ | When this contribution started. This should be a subset of the hypercert timeframe. | |
| `endDate` | `string` | ❌ | When this contribution finished. This should be a subset of the hypercert timeframe. | |
| `createdAt` | `string` | ✅ | Client-declared timestamp when this record was originally created | |
| Property | Type | Required | Description |
| -------------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `role` | `string` | ❌ | Role or title of the contributor(s). |
| `contributors` | `array` | ✅ | List of the contributors (names, pseudonyms, or DIDs). If multiple contributors are stored in the same hypercertContribution, then they would have the exact same role. |
| `description` | `string` | ❌ | What the contribution concretely achieved |
| `startDate` | `string` | ❌ | When this contribution started. This should be a subset of the hypercert timeframe. |
| `endDate` | `string` | ❌ | When this contribution finished. This should be a subset of the hypercert timeframe. |
| `createdAt` | `string` | ✅ | Client-declared timestamp when this record was originally created |

---

Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.