Define TypeRegister schema for declaring subtypes of the main file types (e.g., PRIMARY_DESCRIPTOR, CONTAINERFILE) as anyOf a number of type enumerators specific to the corresponding main types (e.g., schema ImageType is relevant for files annotated as CONTAINERFILE)
Simplify several tests
Addresses the review comments made in #59 and resolves #63 .
TypeRegister
schema for declaring subtypes of the main file types (e.g.,PRIMARY_DESCRIPTOR
,CONTAINERFILE
) asanyOf
a number of type enumerators specific to the corresponding main types (e.g., schemaImageType
is relevant for files annotated asCONTAINERFILE
)Addresses the review comments made in #59 and resolves #63 .