LGBTIQ+

BasicStartupBusiness
Name Type Description
homosexuality int Is homosexuality legal or not (ILLEGAL_DEATH_PENALTY, ILLEGAL_IMPRISONMENT, ILLEGAL_LIFE_IN_PRISON, ILLEGAL_OTHER, LEGAL, LEGALITY_VARIES_BY_REGION, AMBIGUOUS, MALE_ILLEGAL_FEMALE_LEGAL, MALE_ILLEGAL_FEMALE_UNCERTAIN)
marriage String What is the status of LGBT marriage (LEGAL, ILLEGAL, AMBIGUOUS, UNRECOGNIZED, UNRECOGNIZED_BANNED, FOREIGN_ONLY, UNREGISTERED_COHABITATION, CIVIL_UNIONS, OTHER_TYPE_OF_PARTNERSHIP)
acceptance String Independent of the law, what is the general acceptance towards LGBT community (LOW, MEDIUM, HIGH)
venues.frequency String How many LGBT venues are out there (LOW, MEDIUM, HIGH)
links.name String Link name (usually organization or venue name)
links.url String Link URL
links.type String Link type (ORGANIZATION, VENUE)
BasicStartupBusiness
Name Type Description
textual.title String LGBTIQ+ category name
textual.sections.id[SUMMARY].body String Category subtitle (always the same)
textual.sections.id[HOMOSEXUALITY].body String Legality of homosexuality
textual.sections.id[MARRIAGE].body String Status of LGBT marriage
textual.sections.id[HOMOSEXUALITY].body String Frequency of LGBT venues
{
  "homosexuality": "LEGAL",
  "marriage": "CIVIL_UNIONS",
  "acceptance": "MEDIUM",
  "venues": {
    "frequency": "LOW"
  },
  "links": [
    {
      "name": "Zagreb Pride",
      "url": "http://www.zagreb-pride.net",
      "type": "ORGANIZATION"
    },
    {
      "name": "LORI",
      "url": "http://www.lori.hr",
      "type": "ORGANIZATION"
    }
  ],
  "textual": {
    "title": "LGBTIQ+",
    "sections": [
      {
        "id": "SUMMARY",
        "body": [
          "Sexuality, marriage & acceptance"
        ]
      },
      {
        "id": "HOMOSEXUALITY",
        "body": [
          "Homosexuality is legal and tolerated, but not widely accepted in Croatia. Public displays of affection between same-sex couples may be met with hostility in rural areas."
        ]
      },
      {
        "id": "MARRIAGE",
        "body": [
          "Although same-sex marriage is not allowed, couples can enter into a civil union relationship which is legally recognized arrangement."
        ]
      },
      {
        "id": "VENUES",
        "title": "Venues",
        "body": [
          "Gay venues are virtually nonexistent outside the larger cities."
        ]
      }
    ]
  }
}