{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "defaultProjectId": { "type": "string" }, "defaultProjectTitle": { "type": [ "string", "null" ] }, "organizationId": { "type": "string" }, "organizationTitle": { "type": [ "string", "null" ] }, "projectApiKey": { "type": "string" } }, "required": [ "defaultProjectId", "organizationId", "projectApiKey" ], "title": "ThreadCreateApiKeyFinishResponse", "type": "object" }