This repository was archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Update validors and parsers to updated JSON schema #29
Copy link
Copy link
Open
Description
Alright! I think we finally have it!
This is what it looks like on OpenSea: https://testnets.opensea.io/assets/goerli/0xffb1fbff7a40ea441aeae8036812af116f593995/57
Updates:
- Removed the creator properties
- Promoted optional curation properties so they can be displayed on OpenSea as details
- Updated hypercert
values
anddisplay_values
to make the intended behavior more explicit (eg, case whereimpact_scope: ["all"]
, showing that multiple scopes are conjunctive)
{
"name": "Example Hypercert",
"description": "This is where the description of the hypercert will go.",
"external_url": "https://hypercerts.xyz",
"image": "ipfs://bafybeifs7abhcooeelyjxmnlrcd5kuupfl5czhtyub2imzxzccrhzz3bem",
"version": "1.0.0",
"properties": [
{
"trait_type": "Example Property 1",
"value": "Some text here"
},
{
"trait_type": "Example Property 2",
"value": "More text here"
}
],
"hypercert": {
"impact_scope": {
"name": "Impact Scope",
"value": ["all"],
"display_value": "All"
},
"work_scope": {
"name": "Work Scope",
"value": ["art design", "metadata standards"],
"display_value": "Art Design & Metadata Standards"
},
"work_timeframe": {
"name": "Work Timeframe",
"value": [1663819200, 1673163072],
"display_value": "2022-09-22 \u2192 2023-01-08"
},
"impact_timeframe": {
"name": "Impact Timeframe",
"value": [1673163072, 0],
"display_value": "2023-01-08 \u2192 Indefinite"
},
"contributors": {
"name": "Contributors",
"value": ["0x799B774204A348E1182fE01074C51444bA70A149"],
"display_value": "0x799...149"
},
"rights": {
"name": "Rights",
"value": ["public display", "-transfers"],
"display_value": "Public display"
}
}
}
Originally posted by @ccerv1 in hypercerts-org/hypercerts#98 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress