Palo Alto Networks · JSON-LD Context

Palo Alto Sase Tenancy Api Context

JSON-LD context defining the semantic vocabulary for Palo Alto Sase Tenancy Api from Palo Alto Networks.

3 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

pan: https://pan.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

TenantServiceGroup TenantServiceGroupRequest TenantServiceGroupUpdate

Properties

Property Type Container
childCount integer
createdAt dateTime
description string
displayName string
id string
parentId string
region string
status string
supportAccountId string
updatedAt dateTime
vertical string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "pan": "https://pan.dev/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "TenantServiceGroup": "pan:TenantServiceGroup",
    "TenantServiceGroupRequest": "pan:TenantServiceGroupRequest",
    "TenantServiceGroupUpdate": "pan:TenantServiceGroupUpdate",
    "childCount": {
      "@id": "pan:child_count",
      "@type": "xsd:integer"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "displayName": {
      "@id": "pan:display_name",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "pan:id",
      "@type": "xsd:string"
    },
    "parentId": {
      "@id": "pan:parent_id",
      "@type": "xsd:string"
    },
    "region": {
      "@id": "pan:region",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "pan:status",
      "@type": "xsd:string"
    },
    "supportAccountId": {
      "@id": "pan:support_account_id",
      "@type": "xsd:string"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "vertical": {
      "@id": "pan:vertical",
      "@type": "xsd:string"
    }
  }
}