Azure Synapse Analytics · JSON-LD Context

Azure Synapse Context

JSON-LD context defining the semantic vocabulary for Azure Synapse from Azure Synapse Analytics.

7 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

azuresynapse: https://azure.microsoft.com/azure-synapse/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Workspace WorkspaceInfoListResult SqlPool SqlPoolInfoListResult BigDataPool BigDataPoolResourceInfoListResult name

Properties

Property Type Container
id string
type string
location string
tags reference
properties reference
value string set
nextLink string
sku reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "azuresynapse": "https://azure.microsoft.com/azure-synapse/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Workspace": "azuresynapse:Workspace",
    "WorkspaceInfoListResult": "azuresynapse:WorkspaceInfoListResult",
    "SqlPool": "azuresynapse:SqlPool",
    "SqlPoolInfoListResult": "azuresynapse:SqlPoolInfoListResult",
    "BigDataPool": "azuresynapse:BigDataPool",
    "BigDataPoolResourceInfoListResult": "azuresynapse:BigDataPoolResourceInfoListResult",
    "id": {
      "@id": "azuresynapse:id",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "type": {
      "@id": "azuresynapse:type",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "azuresynapse:location",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "azuresynapse:tags",
      "@type": "@id"
    },
    "properties": {
      "@id": "azuresynapse:properties",
      "@type": "@id"
    },
    "value": {
      "@id": "azuresynapse:value",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "nextLink": {
      "@id": "azuresynapse:nextLink",
      "@type": "xsd:string"
    },
    "sku": {
      "@id": "azuresynapse:sku",
      "@type": "@id"
    }
  }
}