cyclonedx.schema.schema
Attributes
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
Module Contents
- class cyclonedx.schema.schema.BaseSchemaVersion
Bases:
abc.ABCHelper 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.SchemaVersion1Dot7
Bases:
BaseSchemaVersionHelper class that provides a standard way to create an ABC using inheritance.
- property schema_version_enum: Literal[cyclonedx.schema.SchemaVersion.V1_7]
- get_schema_version() str
- class cyclonedx.schema.schema.SchemaVersion1Dot6
Bases:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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:
BaseSchemaVersionHelper 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]]