{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ldap-attribute-structure.json", "name": "Ldap_Attribute", "description": "Ldap_Attribute schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "Name of the LDAP attribute in the root DN" }, "values": { "type": [ "array", "null" ], "description": "Values for the respective LDAP attribute", "items": { "type": "string" } } } }