Copy {
"utilityId": {
"type": "String",
"required": true,
"unique": true
},
"utilityIndex": "Number",
"provider": "String",
"winners": [
"String"
],
"participants": [
"String"
],
"chainId": "Number",
"utilityType": {
"type": "String",
"required": true
},
"usage": {
"expiryOrUsage": "Number",
"startOnClaim": "Boolean"
},
"raffle": {
"totalEntries": {
"type": "Number",
"default": 0
},
"participants": [
"String"
],
"winners": [
"String"
],
"maxEntries": "Number",
"winnersMerkle": "String",
"claimDate": "Date"
},
"target": [
{
"collection": "String",
"chainId": "String",
"name": "String",
"eligibleType": {
"type": "String",
"required": true
},
"traits": [
{
"key": "String",
"value": "String"
}
]
}
],
"eligible": {
"type": "Map",
"of": {
"eligibleType": {
"type": "String",
"required": true
},
"participants": [
"String"
],
"externalService": {
"type": "String"
},
"traits": [
{
"key": "String",
"value": "String"
}
],
"numberOfEntries": "Number",
"collectionImage": "String",
"collectionName": "String",
"chainId": "String",
"collectionAddress": "String",
"taskDetails": [
{
"taskInfo": "String",
"serviceTarget": "String",
"targetURL": "String",
"numberOfEntries": "Number",
"mandatory": "Boolean"
}
]
},
"default": {}
},
"partner": "String",
"selectionType": {
"type": "String",
"required": true
},
"title": "String",
"category": "String",
"image_url": "String",
"reward": {
"value": "String",
"estimatedValue": "String",
"mintPrice": "Number",
"details": [
"String"
],
"image": "String",
"type": {
"type": "String",
"required": true
},
"currency": {
"type": "String",
"default": "USD"
},
"count": "Number",
"expiry": "String",
"chainId": "Number",
"secret": {
"value": "String",
"details": [
{
"value": "String",
"claimed": "Boolean"
}
]
},
"congratulationText": "String"
},
"createdAt": "Date",
"description": "String",
"startDate": "Date",
"endDate": "Date"
}