{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BuildAttributes", "type": "object", "properties": { "status": { "type": "string", "description": "The current status of the build." }, "token": { "type": "string", "description": "A unique token for the build." }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }