{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProjectIdentifierBean",
"title": "ProjectIdentifierBean",
"additionalProperties": false,
"description": "The identifiers for a project.",
"properties": {
"id": {
"description": "The ID of the project.",
"format": "int64",
"readOnly": true,
"type": "integer"
},
"key": {
"description": "The key of the project.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
}