Input type for updating a project
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/projectPATCHInput", "title": "projectPATCHInput", "description": "Input type for updating a project", "type": "object", "properties": { "name": { "type": "string" } } }