{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IssueSecuritySchemeToProjectMapping", "title": "IssueSecuritySchemeToProjectMapping", "additionalProperties": true, "description": "Details about an project using security scheme mapping.", "properties": { "issueSecuritySchemeId": { "readOnly": true, "type": "string" }, "projectId": { "readOnly": true, "type": "string" } }, "type": "object" }