Censys · Schema
Tls
Tls schema from Asset Graph API
SecurityInternet IntelligenceAttack Surface ManagementThreat Huntingcyber-threat-intelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| cipher_selected | string | Cipher suite chosen for the exchange. |
| fingerprint_sha256 | string | The SHA-256 digest of the entire raw certificate. Its unique identifier, which Censys uses to index certificates records. |
| ja3s | string | The JA3S fingerprint for this service. |
| ja4s | string | |
| presented_chain | arraynull | Certificate chain information. |
| version_selected | string | Certificate version v1(0), v2(1), v3(2). |
| versions | arraynull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-tls-schema.json",
"title": "Tls",
"description": "Tls schema from Asset Graph API",
"type": "object",
"properties": {
"cipher_selected": {
"description": "Cipher suite chosen for the exchange.",
"type": "string"
},
"fingerprint_sha256": {
"description": "The SHA-256 digest of the entire raw certificate. Its unique identifier, which Censys uses to index certificates records.",
"format": "hex",
"type": "string"
},
"ja3s": {
"description": "The JA3S fingerprint for this service.",
"format": "hex",
"type": "string"
},
"ja4s": {
"type": "string"
},
"presented_chain": {
"description": "Certificate chain information.",
"items": {
"$ref": "#/components/schemas/Tls_Chain"
},
"type": [
"array",
"null"
]
},
"version_selected": {
"description": "Certificate version v1(0), v2(1), v3(2).",
"enum": [
"",
"ss_lv_2",
"ss_lv_3",
"tlsv1_0",
"tlsv1_1",
"tlsv1_2",
"tlsv1_3",
"dtlsv1_0",
"dtlsv1_2",
"dtlsv1_3"
],
"type": "string"
},
"versions": {
"items": {
"$ref": "#/components/schemas/Tls_VersionData"
},
"type": [
"array",
"null"
]
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asset-graph-tls"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.