Skip to content

Commit abb166a

Browse files
authored
Merge pull request #46 from hypercerts-org/copilot/remove-empty-columns-readme
2 parents 5631bcf + 9535ceb commit abb166a

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ Certified lexicons are common/shared lexicons that can be used across multiple p
100100

101101
#### Properties
102102

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

113113
### Badges Lexicon
114114

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

193193
##### activityWeight
194194

195-
| Property | Type | Required | Description | Comments |
196-
| ---------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
197-
| `activity` | `ref` || A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity | |
198-
| `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. | |
195+
| Property | Type | Required | Description |
196+
| ---------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
197+
| `activity` | `ref` || A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity |
198+
| `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. |
199199

200200
---
201201

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

210210
#### Properties
211211

212-
| Property | Type | Required | Description | Comments |
213-
| -------------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
214-
| `role` | `string` || Role or title of the contributor(s). | |
215-
| `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. | |
216-
| `description` | `string` || What the contribution concretely achieved | |
217-
| `startDate` | `string` || When this contribution started. This should be a subset of the hypercert timeframe. | |
218-
| `endDate` | `string` || When this contribution finished. This should be a subset of the hypercert timeframe. | |
219-
| `createdAt` | `string` || Client-declared timestamp when this record was originally created | |
212+
| Property | Type | Required | Description |
213+
| -------------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
214+
| `role` | `string` || Role or title of the contributor(s). |
215+
| `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. |
216+
| `description` | `string` || What the contribution concretely achieved |
217+
| `startDate` | `string` || When this contribution started. This should be a subset of the hypercert timeframe. |
218+
| `endDate` | `string` || When this contribution finished. This should be a subset of the hypercert timeframe. |
219+
| `createdAt` | `string` || Client-declared timestamp when this record was originally created |
220220

221221
---
222222

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)