Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Understand 'certIssuer' field #75

Open
tristanlatr opened this issue Mar 11, 2022 · 0 comments
Open

Understand 'certIssuer' field #75

tristanlatr opened this issue Mar 11, 2022 · 0 comments

Comments

@tristanlatr
Copy link
Collaborator

'DigiCert' fingerprint: {   'cats': [70],
    'certIssuer': 'DigiCert',
    'icon': 'DigiCert.svg',
    'website': 'https://www.digicert.com/'}

JSON schema:

"certIssuer": {
        "oneOf": [
          {
            "type": "array",
            "items": {
              "$ref": "#/definitions/non-empty-non-blank-string"
            }
          },
          {
            "$ref": "#/definitions/non-empty-non-blank-string"
          }
        ]
      },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant