{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateProjectRequest", "type": "object", "properties": { "title": { "type": "string" }, "parentId": { "type": "string" } } }