Aliases

Type: object

A map of all avalaible aliases, mapping them to slugs and URLs.


Example:

{
    "Drug A": {
        "slug": "drug-a",
        "url": "https://mixtures.info/en/api/v1/substance/drug-a/"
    },
    "Alias of drug A": {
        "slug": "drug-a",
        "url": "https://mixtures.info/en/api/v1/substance/drug-a/"
    },
    "Drug B": {
        "slug": "drug-b",
        "url": "https://mixtures.info/en/api/v1/substance/drug-b/"
    }
}

Each additional property must conform to the following schema

Type: object

Type: string

Unique identifier of the substance whose alias it is.

Type: stringFormat: uri

URL of the substance whose alias it is.