{ "$schema": "https://json-schema.org/draft-07/schema#", "type": "object", "properties": { "url": { "type": ["null", "string"] }, "project_url": { "type": ["null", "string"] }, "cards_url": { "type": ["null", "string"] }, "id": { "type": ["null", "integer"] }, "node_id": { "type": ["null", "string"] }, "name": { "type": ["null", "string"] }, "created_at": { "type": "string", "format": "date-time" }, "updated_at": { "type": "string", "format": "date-time" }, "repository": { "type": "string" }, "project_id": { "type": "integer" } } }