{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Project", "type": "object", "description": "A Figma project within a team.", "properties": { "id": { "type": "string", "description": "The ID of the project." }, "name": { "type": "string", "description": "The name of the project." } } }