Project ID details.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectId", "title": "ProjectId", "additionalProperties": false, "description": "Project ID details.", "nullable": true, "properties": { "id": { "description": "The ID of the project.", "type": "string" } }, "required": [ "id" ], "type": "object" }