{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/Printer.json", "title": "Printer", "properties": { "address": { "description": "Web address of the printer (either IP address or URL).", "type": "string" }, "description": { "description": "Short description of the printer.", "nullable": true, "type": "string" }, "id": { "description": "ID of the printer.", "type": "string" }, "name": { "description": "Name of the printer.", "type": "string" }, "port": { "description": "Port to reach the printer at.", "nullable": true, "type": "integer" }, "registryId": { "description": "ID of the registry associated with this printer.", "type": "string" } }, "type": "object" }