Signal K
    Preparing search index...

    Type Alias SearchAndRescueBeacons

    SearchAndRescueBeacons: { [k: string]: unknown } & {
        communication?: Communication;
        mmsi?: string;
        navigation?: Navigation;
        notifications?: Notifications;
        url?: string;
        uuid?: string;
        [k: string]: unknown;
    }

    This regex pattern is used for validation of an MMSI or Signal K UUID identifier for the aid to navigation. Examples: urn:mrn:imo:mmsi:972099999 urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d

    This interface was referenced by undefined's JSON-Schema definition via the patternProperty "(^urn:mrn:(imo:mmsi:97[0-9]{7}$|signalk:uuid:[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$))|^(http(s?):.|mailto:.|tel:(+?)[0-9]{4,})$".

    Type declaration

    • [k: string]: unknown
    • [k: string]: unknown
    • Optionalcommunication?: Communication
    • Optionalmmsi?: string

      MMSI number of the aid to navigation, if available.

    • Optionalnavigation?: Navigation
    • Optionalnotifications?: Notifications
    • Optionalurl?: string

      URL based identity of the aid to navigation, if available.

    • Optionaluuid?: string

      A unique Signal K flavoured maritime resource identifier, assigned by the server.