{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/deployKey", "title": "deployKey", "type": "object", "properties": { "id": { "type": "string" }, "public_key": { "type": "string" }, "created_at": { "type": "string", "format": "dateTime" } } }