{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetComponentResponse", "type": "object", "description": "Response from the Get Component endpoint.", "properties": { "error": { "type": "boolean" }, "status": { "type": "integer" } } }