A Kylin project
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kylin/refs/heads/main/json-schema/rest-api-project-schema.json", "title": "Project", "description": "A Kylin project", "type": "object", "properties": { "name": { "type": "string", "example": "learn_kylin" }, "description": { "type": "string", "example": "Learning project for Apache Kylin" }, "createTimeUTC": { "type": "integer", "description": "Creation time as Unix timestamp", "example": 1718153645993 } } }