{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-createcommentinputbody-structure.json", "name": "CreateCommentInputBody", "description": "CreateCommentInputBody schema from Censys Platform API", "type": "object", "required": [ "asset_id", "body" ], "additionalProperties": false, "properties": { "asset_id": { "type": "string", "description": "The identifier of the asset (host IP, certificate SHA-256 fingerprint, or web property hostname:port)." }, "body": { "type": "string", "description": "The comment body text.", "minLength": 1, "maxLength": 10000 } } }