{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectRef", "title": "Accounting: Project reference", "x-internal": true, "required": [ "id" ], "type": "object", "properties": { "id": { "minLength": 1, "type": "string", "description": "Unique identifier to the project reference." }, "name": { "type": "string", "nullable": true, "description": "The project's name." } } }