interface Service {
    bom-ref?: string;
    description?: string;
    externalReferences?: Serialize.JSON.Types.Normalized.ExternalReference[];
    group?: string;
    licenses?: Serialize.JSON.Types.Normalized.License[];
    name: string;
    properties?: Serialize.JSON.Types.Normalized.Property[];
    provider?: Serialize.JSON.Types.Normalized.OrganizationalEntity;
    services?: Serialize.JSON.Types.Normalized.Service[];
    version?: string;
}

Properties

bom-ref?: string
description?: string
group?: string
name: string
version?: string