|
5442 | 5442 | "revoked": "A revoked certificate is a digital certificate that has been invalidated by the issuing certificate authority (CA) before its scheduled expiration date.", |
5443 | 5443 | "destroyed": "The certificate has been destroyed." |
5444 | 5444 | }, |
| 5445 | + }, |
| 5446 | + "reason": { |
| 5447 | + "type": "string", |
| 5448 | + "title": "Reason", |
| 5449 | + "description": "A reason for the certificate being in this state." |
5445 | 5450 | } |
5446 | 5451 | } |
5447 | 5452 | }, |
|
5450 | 5455 | "required": ["name"], |
5451 | 5456 | "additionalProperties": false, |
5452 | 5457 | "properties": { |
5453 | | - "name": { |
| 5458 | + "state": { |
5454 | 5459 | "type": "string", |
5455 | | - "title": "Name", |
5456 | | - "description": "The name of the certificate lifecycle state" |
| 5460 | + "title": "State", |
| 5461 | + "description": "The name of the certificate lifecycle state." |
5457 | 5462 | }, |
5458 | 5463 | "description": { |
5459 | 5464 | "type": "string", |
5460 | 5465 | "title": "Description", |
5461 | | - "description": "The description of the certificate lifecycle state" |
| 5466 | + "description": "The description of the certificate lifecycle state." |
| 5467 | + }, |
| 5468 | + "reason": { |
| 5469 | + "type": "string", |
| 5470 | + "title": "Reason", |
| 5471 | + "description": "A reason for the certificate being in this state." |
5462 | 5472 | } |
5463 | 5473 | } |
5464 | 5474 | } |
|
5512 | 5522 | "name": { |
5513 | 5523 | "type": "string", |
5514 | 5524 | "title": "name", |
5515 | | - "description": "Extention name", |
| 5525 | + "description": "The name if the extention.", |
5516 | 5526 | "enum": [ |
5517 | 5527 | "basicConstraints", |
5518 | 5528 | "keyUsage", |
|
5541 | 5551 | "value": { |
5542 | 5552 | "type": "string", |
5543 | 5553 | "title": "Value", |
5544 | | - "description": "" |
| 5554 | + "description": "The value of the certificate extension." |
5545 | 5555 | } |
5546 | 5556 | } |
5547 | 5557 | }, |
|
5553 | 5563 | "name": { |
5554 | 5564 | "type": "string", |
5555 | 5565 | "title": "Name", |
5556 | | - "description": "" |
| 5566 | + "description": "The name for the custom certificate extension." |
5557 | 5567 | }, |
5558 | 5568 | "value": { |
5559 | 5569 | "type": "string", |
5560 | 5570 | "title": "Value", |
5561 | | - "description": "" |
| 5571 | + "description": "The description of the custom certificate extension." |
5562 | 5572 | } |
5563 | 5573 | } |
5564 | 5574 | } |
|
5568 | 5578 | "relatedCryptographicAssets": { |
5569 | 5579 | "$ref": "#/definitions/relatedCryptographicAssets", |
5570 | 5580 | "title": "Related Cryptographic Assets", |
5571 | | - "description": "A list of bom-refs to cryptographic assets related to this protocol.", |
| 5581 | + "description": "A list of cryptographic assets related to this component.", |
5572 | 5582 | }, |
5573 | 5583 | } |
5574 | 5584 | }, |
|
5703 | 5713 | "relatedCryptographicAssets": { |
5704 | 5714 | "$ref": "#/definitions/relatedCryptographicAssets", |
5705 | 5715 | "title": "Related Cryptographic Assets", |
5706 | | - "description": "A list of bom-refs to cryptographic assets related to this protocol.", |
| 5716 | + "description": "A list of cryptographic assets related to this component.", |
5707 | 5717 | }, |
5708 | 5718 | } |
5709 | 5719 | }, |
|
5804 | 5814 | "relatedCryptographicAssets": { |
5805 | 5815 | "$ref": "#/definitions/relatedCryptographicAssets", |
5806 | 5816 | "title": "Related Cryptographic Assets", |
5807 | | - "description": "A list of bom-refs to cryptographic assets related to this protocol.", |
| 5817 | + "description": "A list of cryptographic assets related to this component.", |
5808 | 5818 | }, |
5809 | 5819 | } |
5810 | 5820 | }, |
|
5863 | 5873 | } |
5864 | 5874 | }, |
5865 | 5875 | "relatedCryptographicAssets": { |
5866 | | - "type": "object", |
| 5876 | + "type": "array", |
5867 | 5877 | "title": "Related Cryptographic Assets", |
5868 | | - "description": "A list of bom-refs to cryptographic assets related to this protocol.", |
| 5878 | + "description": "A list of cryptographic assets related to this component.", |
| 5879 | + "items": { |
| 5880 | + "$ref": "#/definitions/relatedCryptographicAsset", |
| 5881 | + "title": "Related Cryptographic Asset" |
| 5882 | + } |
| 5883 | + }, |
| 5884 | + "relatedCryptographicAsset": { |
| 5885 | + "type": "object", |
| 5886 | + "title": "Related Cryptographic Asset", |
| 5887 | + "description": "A cryptographic assets related to this component.", |
5869 | 5888 | "additionalProperties": false, |
5870 | 5889 | "properties": { |
5871 | 5890 | "type": { |
|
5880 | 5899 | }, |
5881 | 5900 | "ref": { |
5882 | 5901 | "$ref": "#/definitions/refType", |
5883 | | - "title": "Algorithm Reference", |
5884 | | - "description": "The bom-ref to the algorithm." |
| 5902 | + "title": "Reference to cryptographic asset", |
| 5903 | + "description": "The bom-ref to cryptographic asset." |
5885 | 5904 | } |
5886 | 5905 | } |
5887 | 5906 | }, |
|
0 commit comments