{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-ip-response-metadata-v3-schema.json", "title": "IpResponseMetadataV3", "type": "object", "properties": { "restricted_fields": { "type": "array", "description": "The fields that were restricted due to plan limitations.\n", "example": [ "ip", "cve", "destination_cities" ], "items": { "type": "string" } }, "message": { "type": "string", "example": "ok", "description": "A status message indicating if there were issues with the request" }, "ips_not_found": { "type": "array", "description": "The list of IPs not found\n", "items": { "type": "string" }, "example": [ "string" ] } } }