Skip to content

Commit

Permalink
Update erc-4824.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastjosh authored Mar 19, 2024
1 parent c31537e commit 2103dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-4824.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ To prevent spam or spoofing, all DAOs adopting this specification SHOULD publish
### URI fields
The content of subsidiary JSON files MAY be directly embedded as a JSON object directly within the top-level DAO JSON, in which case the relevant field MUST be renamed to remove the "URI" suffix. For example, `membersURI` would be renamed to `members`, `proposalsURI` would be renamed to `proposals`, and so on. In all cases, the embedded JSON object MUST conform to the relevant schema. A given field and a URI-suffixed field (e.g. `membersURI` and `members`) SHOULD NOT appear in the same JSON-LD; if they do, the field without the URI suffix MUST take precedence.

Fields which are not appended with URI MAY be appended with a URI, for example `name` and `description` may be renamed to `nameURI` and `descriptionURI`, in which case the URI value of those fields when dereferenced MUST return a JSON-LD object containing the `"@context": "https://www.daostar.org/schemas"` field and the original key-value pair.
Fields which are not appended with URI MAY be appended with a URI, for example `name` and `description` may be renamed to `nameURI` and `descriptionURI`, in which case the dereferenced URI MUST return a JSON-LD object containing the `"@context": "https://www.daostar.org/schemas"` field and the original key-value pair.

For example, `descriptionURI` should return:
```json
Expand Down

0 comments on commit 2103dc7

Please sign in to comment.