Censys · JSON Structure

Platform Validityperiod Structure

ValidityPeriod schema from Censys Platform API

Type: object Properties: 3
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

ValidityPeriod is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

length_seconds not_after not_before

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-validityperiod-structure.json",
  "name": "ValidityPeriod",
  "description": "ValidityPeriod schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "length_seconds": {
      "type": "int64",
      "description": "The duration of the certificate's validity period, in seconds."
    },
    "not_after": {
      "type": "string",
      "description": "An RFC-3339-formatted timestamp after which the certificate is no longer valid."
    },
    "not_before": {
      "type": "string",
      "description": "An RFC-3339-formatted timestamp before which the certificate is not valid."
    }
  }
}