{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/platform-apikeyblueprint_shared", "title": "Platform.ApiKeyBlueprint_shared", "type": "object", "properties": { "deactivated_at": { "type": "string" }, "description": { "type": "string" }, "last_used_at": { "type": "string" }, "token": { "type": "string" } } }