@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface TerritoryInput

    territory_type — a release's or track's presence in a place.

    interface TerritoryInput {
        countryCode: string[];
        permissions?: PermissionInput[];
        releaseDate?: DateLike;
    }
    Index
    countryCode: string[]

    Maps to country_code. At least one required.

    permissions?: PermissionInput[]

    Maps to permission. Territory-level overrides.

    Currently unsupported by AudioSalad, per the XSD comment.

    releaseDate?: DateLike

    Maps to release_date. A Date is formatted in UTC.