Fixed property to be camel case 2

This commit is contained in:
Noah Saso 2021-06-24 20:36:47 -07:00 committed by GitHub
parent bb53b99e1b
commit f1dada6119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into
| Property | Type | Description | Source |
| ------------------------- | ------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| `url` | `string` | Substance page URL | PsychonautWiki if exists, TripSit factsheet otherwise |
| `experiences_url` | `null` \| `string` | Erowid Experience Vault page URL | TripSit |
| `experiencesUrl` | `null` \| `string` | Erowid Experience Vault page URL | TripSit |
| `name` | `string` | Substance Name | shortest display name of PsychonautWiki page header and TripSit API's `pretty_name` |
| `aliases` | `string[]` | List of aliases (lowercase) | Both |
| `aliasesStr` | `string` | Comma-separated list of aliases (for fuzzy searching) | Both |