diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sec_certs/serialization/schemas/fips_certificate.json | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/src/sec_certs/serialization/schemas/fips_certificate.json b/src/sec_certs/serialization/schemas/fips_certificate.json index 23005f3d..0eeffa8b 100644 --- a/src/sec_certs/serialization/schemas/fips_certificate.json +++ b/src/sec_certs/serialization/schemas/fips_certificate.json @@ -190,21 +190,15 @@ "description": "The URL of the certificate PDF document." }, "module_type": { - "anyOf": [ - { - "enum": [ - "Firmware", - "Firmware-Hybrid", - "Hardware", - "Software", - "Software-Hybrid", - "Hybrid" - ] - }, - { - "type": "null" - } - ], + "enum": [ + "Firmware", + "Firmware-Hybrid", + "Hardware", + "Software", + "Software-Hybrid", + "Hybrid", + null + ] "title": "Certified Module Type", "description": "The type of the certified module." }, @@ -212,7 +206,8 @@ "enum": [ "FIPS 140-1", "FIPS 140-2", - "FIPS 140-3" + "FIPS 140-3", + null ], "title": "FIPS Standard", "description": "The FIPS standard under which the module was certified." @@ -513,4 +508,4 @@ } }, "additionalProperties": false -}
\ No newline at end of file +} |
