diff --git a/artefacts/sample/administrator.json b/artefacts/sample/administrator.json new file mode 100644 index 0000000..0454753 --- /dev/null +++ b/artefacts/sample/administrator.json @@ -0,0 +1,16 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "@id": "id", + "type": "@type", + "@protected": true + }, + "id": "did:ixo:entity:asdf1234", + "type": "ixo:entity#administrator", + "displayName": "Admin Display Name", + "location": "AA", + "email": "admin@email.com", + "mission": "Mission statement", + "website": "https://website.com", + "logo": "https://cellnode.storage/public/780ex70isbldemg9r8", +} diff --git a/artefacts/sample/claim.json b/artefacts/sample/claim.json new file mode 100644 index 0000000..2e72e72 --- /dev/null +++ b/artefacts/sample/claim.json @@ -0,0 +1,24 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "@id": "@type", + "type": "@type", + "@protected": true + }, + "type": "ixo:entity#claim", + "entityClaims":[ + { + "template": { + "id":"did:ixo:entity:abc123", + "title": "Claim Title", + "description": "This is a description of the Claim." + }, + "submissions":{ + "maximum": 100, + "startDate":"20-Jan-2023", + "endDate":"22-Feb-2023" + } + } + ], + "headlineMetric":"did:ixo:entity:abc123", + } diff --git a/artefacts/sample/creator.json b/artefacts/sample/creator.json new file mode 100644 index 0000000..17f71ba --- /dev/null +++ b/artefacts/sample/creator.json @@ -0,0 +1,16 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "id": "@id", + "type": "@type", + "@protected": true + }, + "id": "did:ixo:entity:asdf1234", + "type": "ixo:entity#creator", + "displayName": "Creator Display Name", + "location": "AA", + "email": "creator@email.com", + "mission": "Mission statement", + "website": "https://website.com", + "logo": "https://cellnode.storage/public/780ex70isbldemg9r8", +} diff --git a/artefacts/sample/page.json b/artefacts/sample/page.json new file mode 100644 index 0000000..7a96772 --- /dev/null +++ b/artefacts/sample/page.json @@ -0,0 +1,19 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "@id": "@type", + "type": "@type", + "@protected": true + }, + "type": "ixo:entity#page", + "page":{ +{ + "IrCcJ8hl8t": { + "id": "IrCcJ8hl8t", + "type": "paragraph", + "data": { + "text": "Hello" + } + } +} +} diff --git a/artefacts/sample/profile.json b/artefacts/sample/profile.json new file mode 100644 index 0000000..7fddd0a --- /dev/null +++ b/artefacts/sample/profile.json @@ -0,0 +1,29 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "@id": "@type", + "type": "@type", + "@protected": true + }, + "type": "ixo:entity#profile", + "name": "Entity Name", + "image": "https://cellnode.storage/public/5kg1ca5qc5cldemg07p", + "logo": "https://cellnode.storage/public/780ex70isbldemg9r8", + "brand": "Brand behind the entity", + "location": "SA", + "description": "A short profile description of the entity", + "attributes": [ + { + "key": "Model", + "value": "Supamoto" + } + ], + "metrics": [ + { + "prefix": "USD", + "metric": "Price", + "suffix": "average", + "source": "https://example.com/dfdfcv" + } + ] +} diff --git a/artefacts/sample/tags.json b/artefacts/sample/tags.json new file mode 100644 index 0000000..c0c886d --- /dev/null +++ b/artefacts/sample/tags.json @@ -0,0 +1,16 @@ +{ + "@context":{ + "ixo":"https://w3id.org/ixo/ns/protocol/", + "@id": "@type", + "type": "@type", + "@protected": true + }, + "type": "ixo:entity#tags", + "ddoTags": + [ + { + "category": "Asset Type", + "tags": ["Equity", "Commercial Rights"] + } + ] +} diff --git a/artefacts/sample/tokenMetadata.json b/artefacts/sample/tokenMetadata.json new file mode 100644 index 0000000..c4e92f0 --- /dev/null +++ b/artefacts/sample/tokenMetadata.json @@ -0,0 +1,26 @@ +{ + "id": "did:ixo:entity:abc123", + "type": "Carbon", + "name": "Mallawi Collection", + "tokenName": "Supa Moto", + "decimals": 1, + "description": "asdfasdfasdf", + "image": "https://cellnode-pandora.ixo.earth/public/5kg1ca5qc5cldemg07p", + "properties": { + "denom": "STOVE", + "icon": "https://cellnode-pandora.ixo.earth/public/780ex70isbldemg9r8", + "maxSupply": "1600", + "attributes": { + "location": "Mallawi", + "color": "red" + }, + "metrics": [ + { + "prefix": "prefix", + "metric": "metric", + "suffix": "suffix", + "source": "https://cellnode.com/#dfdfcv" + } + ] + } +} diff --git a/artefacts/sample/tokentemplate.json b/artefacts/sample/tokentemplate.json deleted file mode 100644 index 8b13789..0000000 --- a/artefacts/sample/tokentemplate.json +++ /dev/null @@ -1 +0,0 @@ -