{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SessionRecordingExternalReference", "title": "SessionRecordingExternalReference", "additionalProperties": false, "properties": { "external_url": { "title": "External Url", "type": "string" }, "id": { "title": "Id", "type": "string" }, "integration": { "$ref": "#/components/schemas/Integration" }, "issue_id": { "title": "Issue Id", "type": "string" }, "metadata": { "default": null, "title": "Metadata", "additionalProperties": { "type": "string" }, "type": "object", "nullable": true }, "title": { "title": "Title", "type": "string" } }, "required": [ "external_url", "id", "integration", "issue_id", "title" ], "type": "object" }