Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion schema/2.0/cyclonedx-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"type": "string"
},
"specFormat": {
"type": "string",
"title": "Specification Format",
"description": "Specifies the format. This value shall be \"CycloneDX\".",
"enum": [
Expand Down
5 changes: 0 additions & 5 deletions schema/2.0/model/cyclonedx-ai-modelcard-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"title": "Learning Type",
"description": "Learning types describing the learning problem or hybrid learning problem.",
"enum": [
Expand Down Expand Up @@ -232,7 +231,6 @@
"additionalProperties": false,
"properties": {
"activity": {
"type": "string",
"title": "Activity",
"description": "The type of activity that is part of a machine learning model development or operational lifecycle.",
"enum": [
Expand Down Expand Up @@ -305,7 +303,6 @@
"description": "Quantity of energy."
},
"unit": {
"type": "string",
"enum": [ "kWh" ],
"title": "Unit",
"description": "Unit of energy.",
Expand All @@ -331,7 +328,6 @@
"description": "Quantity of carbon dioxide (CO2)."
},
"unit": {
"type": "string",
"enum": [ "tCO2eq" ],
"title": "Unit",
"description": "Unit of carbon dioxide (CO2).",
Expand Down Expand Up @@ -368,7 +364,6 @@
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/organizationalEntity"
},
"energySource": {
"type": "string",
"enum": [
"coal",
"oil",
Expand Down
6 changes: 0 additions & 6 deletions schema/2.0/model/cyclonedx-behavior-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
}
},
"trigger": {
"type": "string",
"title": "Trigger",
"description": "The condition or event that initiates a behavior.",
"enum": [
Expand Down Expand Up @@ -104,7 +103,6 @@
}
},
"ordering": {
"type": "string",
"title": "Ordering",
"description": "Execution semantics for the nodes of a graph when transitions do not fully specify the order.",
"enum": [
Expand All @@ -124,7 +122,6 @@
"description": "Indicates how the behavior or graph was identified. Multiple values indicate the behavior was both declared and observed.",
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"declared",
"observed"
Expand Down Expand Up @@ -159,7 +156,6 @@
"description": "A description of the graph and the behaviour it models."
},
"kind": {
"type": "string",
"title": "Kind",
"description": "An optional hint at the intent of the graph.",
"enum": [
Expand Down Expand Up @@ -253,7 +249,6 @@
"$ref": "cyclonedx-common-2.0.schema.json#/$defs/refType"
},
"kind": {
"type": "string",
"title": "Kind",
"description": "The kind of node.",
"enum": [
Expand Down Expand Up @@ -328,7 +323,6 @@
"description": "For an event node, the nature of the event, reusing the trigger vocabulary, such as signal, scheduled, or event-driven."
},
"gatewayKind": {
"type": "string",
"title": "Gateway Kind",
"description": "For a gateway node, the branching semantics applied across its outgoing transitions.",
"enum": [
Expand Down
13 changes: 0 additions & 13 deletions schema/2.0/model/cyclonedx-blueprint-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
"description": "The type of model being represented, either a predefined value from the enumeration or a custom name and description for types not covered by the enumeration. Threat, risk, and privacy analyses are represented in their own models, which reference the blueprint, rather than as blueprint model types.",
"oneOf": [
{
"type": "string",
"title": "Predefined Model Type",
"description": "A predefined model type from the enumeration.",
"enum": [
Expand Down Expand Up @@ -421,7 +420,6 @@
"description": "The kind of asset. Use the custom option for kinds not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Asset Type",
"enum": [
"actor",
Expand Down Expand Up @@ -651,7 +649,6 @@
"description": "The type of data store. Use the custom option for technologies not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Data Store Type",
"enum": [
"block",
Expand Down Expand Up @@ -913,7 +910,6 @@
"description": "The type of interface. Use the custom option for types not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Interface Type",
"enum": [
"rest",
Expand Down Expand Up @@ -1014,7 +1010,6 @@
"description": "The type of zone. Use the custom option for types not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Zone Type",
"enum": [
"availability",
Expand Down Expand Up @@ -1121,7 +1116,6 @@
"description": "The type of boundary. Use the custom option for types not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Boundary Type",
"enum": [
"data",
Expand Down Expand Up @@ -1445,7 +1439,6 @@
"description": "The type of flow. Use the custom option for types not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Flow Type",
"enum": [
"control",
Expand Down Expand Up @@ -1649,7 +1642,6 @@
"description": "The topic of the assumption. Use the custom option for topics not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Assumption Topic",
"enum": [
"availability",
Expand Down Expand Up @@ -1703,7 +1695,6 @@
"description": "References using bom-link or bom-ref to the assets that are directly affected by or dependent on this assumption, enabling impact analysis when the assumption's validity changes."
},
"validity": {
"type": "string",
"title": "Validity",
"enum": [
"invalid",
Expand Down Expand Up @@ -1779,7 +1770,6 @@
"description": "URL to the diagram if stored externally."
},
"level": {
"type": "string",
"title": "Level",
"enum": [
"detailed",
Expand Down Expand Up @@ -1837,7 +1827,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"title": "Type",
"enum": [
"activity",
Expand Down Expand Up @@ -1954,7 +1943,6 @@
"description": "The authentication method or protocol used to verify identity, either a predefined value from the enumeration or a custom object describing a method not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Authentication Type",
"description": "A predefined authentication method from the enumeration.",
"enum": [
Expand Down Expand Up @@ -2049,7 +2037,6 @@
"description": "The authorization model used to determine and enforce access permissions, either a predefined value from the enumeration or a custom object describing a model not covered by the enumeration.",
"oneOf": [
{
"type": "string",
"title": "Predefined Authorization Type",
"description": "A predefined authorization model from the enumeration.",
"enum": [
Expand Down
7 changes: 0 additions & 7 deletions schema/2.0/model/cyclonedx-common-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
}
},
"hashAlgorithm": {
"type": "string",
"title": "Hash Algorithm",
"description": "The algorithm that generated the hash value.",
"enum": [
Expand Down Expand Up @@ -132,7 +131,6 @@
"$ref": "#/$defs/mediaType"
},
"encoding": {
"type": "string",
"title": "Encoding",
"description": "Specifies the optional encoding the text is represented in.",
"enum": [
Expand Down Expand Up @@ -191,7 +189,6 @@
"description": "A comment describing the external reference"
},
"type": {
"type": "string",
"title": "Type",
"description": "Specifies the type of external reference.",
"enum": [
Expand Down Expand Up @@ -452,7 +449,6 @@
"description": "The lifecycle or transformation stage of the subject to which this origin applies. When omitted, the origin describes the subject as a whole.",
"oneOf": [
{
"type": "string",
"title": "Predefined Origin Stage",
"description": "An origin stage drawn from the predefined set.",
"enum": [
Expand Down Expand Up @@ -724,7 +720,6 @@
"additionalProperties": false,
"properties": {
"phase": {
"type": "string",
"title": "Phase",
"description": "A pre-defined phase in the product lifecycle.",
"enum": [
Expand Down Expand Up @@ -807,7 +802,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"unofficial",
"monkey",
Expand Down Expand Up @@ -865,7 +859,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"defect",
"enhancement",
Expand Down
8 changes: 0 additions & 8 deletions schema/2.0/model/cyclonedx-component-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"enum": [
"application",
"framework",
Expand Down Expand Up @@ -116,7 +115,6 @@
"description": "Specifies a description for the component"
},
"scope": {
"type": "string",
"enum": [
"required",
"optional",
Expand Down Expand Up @@ -400,7 +398,6 @@
"additionalProperties": false,
"properties": {
"type": {
"type": "string",
"const": "component-choice",
"title": "Type",
"description": "Discriminator for a component-choice entry. The value shall be the literal string `component-choice`."
Expand All @@ -422,7 +419,6 @@
"description": "A description of the choice and the rationale behind the alternates."
},
"operator": {
"type": "string",
"enum": [
"OR",
"XOR",
Expand Down Expand Up @@ -722,7 +718,6 @@
"description": "An identifier which can be used to reference the dataset elsewhere in the BOM. Every `bom-ref` must be unique within the BOM.\nValue SHOULD not start with the BOM-Link intro 'urn:cdx:' to avoid conflicts with BOM-Links."
},
"type": {
"type": "string",
"title": "Type of Data",
"description": "The general theme or subject matter of the data being specified.",
"enum": [
Expand Down Expand Up @@ -780,7 +775,6 @@
"additionalProperties": false,
"properties": {
"configurationSource": {
"type": "string",
"title": "Configuration Source",
"description": "Describes how this component's configuration was determined. Values are roughly ordered from least to most agile, the ordering is approximate.",
"enum": [
Expand Down Expand Up @@ -816,7 +810,6 @@
"description": "The step or steps required to apply a change to this component's configuration. When more than one value is present, all are required (for example, a software update followed by a restart). Values are roughly ordered from least to most disruptive. Use a single value of 'not-possible' when the configuration cannot be changed.",
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"not-possible",
"hardware-replacement",
Expand Down Expand Up @@ -899,7 +892,6 @@
"description": "The scheme under which an identifier is asserted. Either a predefined value or a custom scheme described by name and description.",
"oneOf": [
{
"type": "string",
"enum": [
"purl",
"cpe",
Expand Down
1 change: 0 additions & 1 deletion schema/2.0/model/cyclonedx-composition-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
}
},
"aggregateType": {
"type": "string",
"default": "not_specified",
"enum": [
"complete",
Expand Down
3 changes: 0 additions & 3 deletions schema/2.0/model/cyclonedx-control-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"oneOf": [
{
"title": "Predefined Control Category",
"type": "string",
"enum": [
"preventive",
"detective",
Expand Down Expand Up @@ -144,7 +143,6 @@
"oneOf": [
{
"title": "Predefined Implementation Status",
"type": "string",
"enum": [
"recommended",
"proposed",
Expand Down Expand Up @@ -205,7 +203,6 @@
"description": "Effectiveness as a decimal from 0 to 1."
},
"rating": {
"type": "string",
"title": "Rating",
"enum": [
"ineffective",
Expand Down
Loading
Loading