Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize contact types and check for duplictes while adding these to organization metadata #361

Open
anandrgitnirman opened this issue Nov 22, 2019 · 0 comments

Comments

@anandrgitnirman
Copy link
Contributor

{
"org_name": "snet",
"org_id": "snet",
"description": "this is test organization ",
"assets": {
"hero_image": "QmXobhNxtK82aM2r9u5Znu6MGJaMMe8SH7QnruFvdJ1JB8/pattern-miner-SD.png"
},
"contacts": [
{
"contact_type": "support",
"email_id": "test",
"phone": "123456"
},
{
"contact_type": "support",
"email_id": "test",
"phone": "123456"
},
{
"contact_type": "test",
"email_id": "test",
"phone": "123456"
}
],
"groups": [
{
"group_name": "default_group",
"group_id": "qY1r6474PbBZ8lu4IhTbQ+e00dT4WsASt7vBILVTDvU=",
"payment": {
"payment_address": "0xfA8a01E837c30a3DA3Ea862e6dB5C6232C9b800A",
"payment_expiration_threshold": 100,
"payment_channel_storage_type": "etcd",
"payment_channel_storage_client": {
"connection_timeout": "100s",
"request_timeout": "5s",
"endpoints": [
"https://snet-etcd.singularitynet.io:2379"
]
}
}
}
]
}a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant