Files
community-rule/data/create/customRule/_facetGroups.json
T
2026-04-20 12:41:10 -06:00

80 lines
1.5 KiB
JSON

{
"size": {
"source": "messages/en/create/community/communitySize.json#/communitySizes",
"values": {
"oneMember": {
"chipId": "1"
},
"twoToFive": {
"chipId": "2"
},
"sixToTwelve": {
"chipId": "3"
},
"thirteenToOneHundred": {
"chipId": "4"
},
"oneHundredToOneHundredK": {
"chipId": "5"
}
}
},
"orgType": {
"source": "messages/en/create/community/communityStructure.json#/organizationTypes",
"values": {
"workersCoop": {
"chipId": "1"
},
"mutualAid": {
"chipId": "2"
},
"openSource": {
"chipId": "3"
},
"nonprofit": {
"chipId": "4"
},
"forProfit": {
"chipId": "5"
},
"dao": {
"chipId": "6"
}
}
},
"scale": {
"source": "messages/en/create/community/communityStructure.json#/scaleOptions",
"values": {
"local": {
"chipId": "1"
},
"regional": {
"chipId": "2"
},
"national": {
"chipId": "3"
},
"global": {
"chipId": "4"
}
}
},
"maturity": {
"source": "messages/en/create/community/communityStructure.json#/maturityOptions",
"values": {
"earlyStage": {
"chipId": "1"
},
"growthStage": {
"chipId": "2"
},
"established": {
"chipId": "3"
},
"enterprise": {
"chipId": "4"
}
}
}
}