The Manifest is the container of your solution information.

interface Manifest {
    api?: Api;
    links?: Links;
    metadata?: Metadata;
    relations?: Relations;
    slo?: Slo;
    spec: Spec;
    support?: Support;
    timestamp?: string | number;
}

Properties

api?: Api
links?: Links
metadata?: Metadata
relations?: Relations
slo?: Slo
spec: Spec
support?: Support
timestamp?: string | number