JSONAttribute: {
    key: string;
    type: JSON;
    value: string;
}

Type declaration

  • key: string

    The attribute's unique identifier.

  • type: JSON

    Union discriminant.

  • value: string

    A JSON string. It's consumer responsibility to validate and parse it.