Lines Matching defs:Document
25 type Document struct { struct
28 SPDXVersion string `json:"spdxVersion"`
32 DataLicense string `json:"dataLicense"`
37 SPDXIdentifier common.ElementID `json:"SPDXID"`
41 DocumentName string `json:"name"`
45 DocumentNamespace string `json:"documentNamespace"`
49 ExternalDocumentReferences []ExternalDocumentRef `json:"externalDocumentRefs,omitempty"`
53 DocumentComment string `json:"comment,omitempty"`
55 CreationInfo *CreationInfo `json:"creationInfo"`
56 Packages []*Package `json:"packages,omitempty"`
57 Files []*File `json:"files,omitempty"`
58 OtherLicenses []*OtherLicense `json:"hasExtractedLicensingInfos,omitempty"`
59 Relationships []*Relationship `json:"relationships,omitempty"`
60 Annotations []*Annotation `json:"annotations,omitempty"`
61 Snippets []Snippet `json:"snippets,omitempty"`
64 Reviews []*Review `json:"-" yaml:"-"`