Censys · JSON Structure

Platform Mssql Preloginoptions Serverversion Structure

Mssql_PreloginOptions_ServerVersion schema from Censys Platform API

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

Mssql_PreloginOptions_ServerVersion 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

build_number major minor

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-mssql-preloginoptions-serverversion-structure.json",
  "name": "Mssql_PreloginOptions_ServerVersion",
  "description": "Mssql_PreloginOptions_ServerVersion schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "build_number": {
      "type": "int32",
      "minimum": 0
    },
    "major": {
      "type": "int32",
      "minimum": 0
    },
    "minor": {
      "type": "int32",
      "minimum": 0
    }
  }
}