Fixed property to be camel case 2
This commit is contained in:
parent
bb53b99e1b
commit
f1dada6119
@ -7,7 +7,7 @@ Script to merge data from PsychonautWiki API + pages and TripSit factsheets into
|
|||||||
| Property | Type | Description | Source |
|
| Property | Type | Description | Source |
|
||||||
| ------------------------- | ------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
|
| ------------------------- | ------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
|
||||||
| `url` | `string` | Substance page URL | PsychonautWiki if exists, TripSit factsheet otherwise |
|
| `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` |
|
| `name` | `string` | Substance Name | shortest display name of PsychonautWiki page header and TripSit API's `pretty_name` |
|
||||||
| `aliases` | `string[]` | List of aliases (lowercase) | Both |
|
| `aliases` | `string[]` | List of aliases (lowercase) | Both |
|
||||||
| `aliasesStr` | `string` | Comma-separated list of aliases (for fuzzy searching) | Both |
|
| `aliasesStr` | `string` | Comma-separated list of aliases (for fuzzy searching) | Both |
|
||||||
|
Loading…
Reference in New Issue
Block a user