Drugs

BasicStartupBusiness
Name Type Description
types.type String Type of drug (ALL, CANNABIS)
types.purpose String Whether this relates to ALL, POSSESSION, SALE, TRANSPORT or CULTIVATION
types.useType String Whether this relates to ANY, PERSONAL or MEDICAL use
types.legal boolean Whether the drug is legal
types.decriminalized boolean Whether the drug is decriminalized for personal/recreational use. Decriminalization means that you won't go to jail and it won't be written in your criminal record, but you could still pay a fine, get sent to rehab etc.
types.limit.amount int Whether this related only up to a specific amount of drug
types.limit.unit String GRAM, TABLET, PLANT, JOINT
BasicStartupBusiness
Name Type Description
textual.title String Drugs category name
textual.sections.id[SUMMARY].body String Summary of all allowed/prohibited drugs
{
  "types": [
    {
      "type": "CANNABIS",
      "purpose": "POSSESSION",
      "useType": "PERSONAL",
      "legal": false,
      "decriminalized": false
    }
  ],
  "textual": {
    "title": "Drugs",
    "sections": [
      {
        "id": "SUMMARY",
        "body": [
          "Drugs (including cannabis/marijuana) are illegal & criminalized which means you are risking jail time with other penalties (fine, community service, rehabilitation) if you are caught."
        ]
      }
    ]
  }
}