cyclonedx.schema.schema

Attributes

SCHEMA_VERSIONS

Classes

BaseSchemaVersion

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot6

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot5

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot4

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot3

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot2

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot1

Helper class that provides a standard way to create an ABC using

SchemaVersion1Dot0

Helper class that provides a standard way to create an ABC using

Module Contents

class cyclonedx.schema.schema.BaseSchemaVersion

Bases: abc.ABC, py_serializable.ViewType

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: cyclonedx.schema.SchemaVersion
Abstractmethod:

get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot6

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_6]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot5

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_5]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot4

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_4]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot3

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_3]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot2

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_2]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot1

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_1]
get_schema_version() str
class cyclonedx.schema.schema.SchemaVersion1Dot0

Bases: BaseSchemaVersion

Helper class that provides a standard way to create an ABC using inheritance.

property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_0]
get_schema_version() str
cyclonedx.schema.schema.SCHEMA_VERSIONS: Dict[cyclonedx.schema.SchemaVersion, Type[BaseSchemaVersion]]