Atlassian · JSON-LD Context

Atlassian Context

JSON-LD context defining the semantic vocabulary for Atlassian from Atlassian.

0 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

atlassian: https://developer.atlassian.com/cloud/admin/vocabulary#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
Organization
User
ProductAccess
Domain
Policy
Event
EventActor
EventLocation
Group
RoleAssignment

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "atlassian": "https://developer.atlassian.com/cloud/admin/vocabulary#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Organization": {
      "@id": "atlassian:Organization",
      "@context": {
        "id": {
          "@id": "atlassian:organizationId",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:resourceType",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "attributes": {
          "@id": "atlassian:organizationAttributes",
          "@type": "@id"
        }
      }
    },

    "User": {
      "@id": "atlassian:User",
      "@context": {
        "account_id": {
          "@id": "atlassian:accountId",
          "@type": "xsd:string"
        },
        "account_type": {
          "@id": "atlassian:accountType",
          "@type": "xsd:string"
        },
        "account_status": {
          "@id": "atlassian:accountStatus",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "email": {
          "@id": "schema:email",
          "@type": "xsd:string"
        },
        "picture": {
          "@id": "schema:image",
          "@type": "@id"
        },
        "nickname": {
          "@id": "schema:alternateName",
          "@type": "xsd:string"
        },
        "last_active": {
          "@id": "atlassian:lastActive",
          "@type": "xsd:dateTime"
        },
        "created": {
          "@id": "schema:dateCreated",
          "@type": "xsd:dateTime"
        },
        "product_access": {
          "@id": "atlassian:productAccess",
          "@type": "@id",
          "@container": "@set"
        }
      }
    },

    "ProductAccess": {
      "@id": "atlassian:ProductAccess",
      "@context": {
        "key": {
          "@id": "atlassian:productKey",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "url": {
          "@id": "schema:url",
          "@type": "@id"
        },
        "last_active": {
          "@id": "atlassian:lastActive",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Domain": {
      "@id": "atlassian:Domain",
      "@context": {
        "id": {
          "@id": "atlassian:domainId",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:resourceType",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "claim": {
          "@id": "atlassian:domainClaim",
          "@type": "@id"
        },
        "claimType": {
          "@id": "atlassian:claimType",
          "@type": "xsd:string"
        },
        "claimStatus": {
          "@id": "atlassian:claimStatus",
          "@type": "xsd:string"
        }
      }
    },

    "Policy": {
      "@id": "atlassian:Policy",
      "@context": {
        "id": {
          "@id": "atlassian:policyId",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:policyType",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "status": {
          "@id": "atlassian:policyStatus",
          "@type": "xsd:string"
        },
        "attributes": {
          "@id": "atlassian:policyAttributes",
          "@type": "@id"
        },
        "resources": {
          "@id": "atlassian:policyResources",
          "@type": "@id",
          "@container": "@set"
        },
        "created": {
          "@id": "schema:dateCreated",
          "@type": "xsd:dateTime"
        },
        "updated": {
          "@id": "schema:dateModified",
          "@type": "xsd:dateTime"
        }
      }
    },

    "Event": {
      "@id": "atlassian:Event",
      "@context": {
        "id": {
          "@id": "atlassian:eventId",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:resourceType",
          "@type": "xsd:string"
        },
        "time": {
          "@id": "schema:dateCreated",
          "@type": "xsd:dateTime"
        },
        "action": {
          "@id": "atlassian:eventAction",
          "@type": "xsd:string"
        },
        "actor": {
          "@id": "atlassian:eventActor",
          "@type": "@id"
        },
        "context": {
          "@id": "atlassian:eventContext",
          "@type": "@id",
          "@container": "@set"
        },
        "container": {
          "@id": "atlassian:eventContainer",
          "@type": "@id",
          "@container": "@set"
        },
        "location": {
          "@id": "atlassian:eventLocation",
          "@type": "@id"
        }
      }
    },

    "EventActor": {
      "@id": "atlassian:EventActor",
      "@context": {
        "id": {
          "@id": "atlassian:actorId",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:actorType",
          "@type": "xsd:string"
        }
      }
    },

    "EventLocation": {
      "@id": "atlassian:EventLocation",
      "@context": {
        "ip": {
          "@id": "atlassian:ipAddress",
          "@type": "xsd:string"
        },
        "geo": {
          "@id": "atlassian:geoLocation",
          "@type": "xsd:string"
        }
      }
    },

    "Group": {
      "@id": "atlassian:Group",
      "@context": {
        "id": {
          "@id": "atlassian:groupId",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "atlassian:resourceType",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "schema:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "schema:description",
          "@type": "xsd:string"
        },
        "member_count": {
          "@id": "atlassian:memberCount",
          "@type": "xsd:integer"
        }
      }
    },

    "RoleAssignment": {
      "@id": "atlassian:RoleAssignment",
      "@context": {
        "role": {
          "@id": "atlassian:roleName",
          "@type": "xsd:string"
        },
        "resource": {
          "@id": "atlassian:roleResource",
          "@type": "@id"
        }
      }
    }
  }
}