SearchStax · JSON-LD Context

Searchstax Context

JSON-LD context defining the semantic vocabulary for Searchstax from SearchStax.

22 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
searchstax: https://searchstax.com/vocab/

Classes

Deployment Backup Node Plan id uid name status application application_version plan plan_type cloud_provider_id region_id termination_lock solr_url created num_nodes cpu memory_gb storage_gb healthy

Properties

Property Type Container
collections set

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}