{ "$schema": "https://json-schema.org/schema#", "type": "object", "properties": { "url": { "type": ["null", "string"] }, "project_url": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "note": { "type": ["null", "string"] }, "archived": { "type": ["null", "boolean"] }, "creator": { "$ref": "user.json" }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "column_url": { "type": ["null", "string"] }, "content_url": { "type": ["null", "string"] }, "repository": { "type": "string" }, "project_id": { "type": "integer" }, "column_id": { "type": "integer" } } }