{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "searchstax": "https://searchstax.com/vocab/", "Deployment": "searchstax:Deployment", "Backup": "searchstax:Backup", "Node": "searchstax:Node", "Plan": "searchstax:Plan", "id": "@id", "uid": "searchstax:uid", "name": "schema:name", "status": "schema:status", "application": "searchstax:application", "application_version": "searchstax:applicationVersion", "plan": "searchstax:plan", "plan_type": "searchstax:planType", "cloud_provider_id": "searchstax:cloudProvider", "region_id": "searchstax:region", "termination_lock": "searchstax:terminationLock", "solr_url": "schema:url", "created": "schema:dateCreated", "num_nodes": "searchstax:nodeCount", "cpu": "searchstax:cpu", "memory_gb": "searchstax:memoryGb", "storage_gb": "searchstax:storageGb", "healthy": "schema:healthy", "collections": { "@id": "searchstax:collections", "@container": "@set" } } }