diff --git a/schema/cryptography-defs.json b/schema/cryptography-defs.json index d5615389..b474e6f3 100644 --- a/schema/cryptography-defs.json +++ b/schema/cryptography-defs.json @@ -418,7 +418,7 @@ { "standard": [ { - "name": "RFC 5297", + "name": "RFC5297", "url": "https://doi.org/10.17487/RFC5297" } ], @@ -723,7 +723,7 @@ "family": "ML-DSA", "standard": [ { - "name": "FIPS 204", + "name": "FIPS204", "url": "https://doi.org/10.6028/NIST.FIPS.204" } ], @@ -742,7 +742,7 @@ "family": "SLH-DSA", "standard": [ { - "name": "FIPS 205", + "name": "FIPS205", "url": "https://doi.org/10.6028/NIST.FIPS.205" } ], @@ -811,7 +811,7 @@ "family": "ML-KEM", "standard": [ { - "name": "FIPS 203", + "name": "FIPS203", "url": "https://doi.org/10.6028/NIST.FIPS.203" } ], diff --git a/schema/cryptography-defs.schema.json b/schema/cryptography-defs.schema.json index 235c3bd5..43a06741 100644 --- a/schema/cryptography-defs.schema.json +++ b/schema/cryptography-defs.schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json", - "$comment": "2026-02-19T23:43:11Z", + "$comment": "2026-02-26T14:12:39Z", "title": "Cryptographic Algorithm Family Definitions", "description": "Enumerates cryptographic algorithm families and their specific metadata.", "type": "object",