Amazon Resource Explorer · JSON-LD Context

Amazon Resource Explorer Openapi Resource Context

JSON-LD context defining the semantic vocabulary for Amazon Resource Explorer Openapi Resource from Amazon Resource Explorer.

1 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

aws: https://aws.amazon.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Resource

Properties

Property Type Container
Arn string
LastReportedAt dateTime
OwningAccountId string
Region string
ResourceType string
Service string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "aws": "https://aws.amazon.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Resource": "aws:Resource",
    "Arn": {
      "@id": "aws:Arn",
      "@type": "xsd:string"
    },
    "LastReportedAt": {
      "@id": "aws:LastReportedAt",
      "@type": "xsd:dateTime"
    },
    "OwningAccountId": {
      "@id": "aws:OwningAccountId",
      "@type": "xsd:string"
    },
    "Region": {
      "@id": "aws:Region",
      "@type": "xsd:string"
    },
    "ResourceType": {
      "@id": "aws:ResourceType",
      "@type": "xsd:string"
    },
    "Service": {
      "@id": "aws:Service",
      "@type": "xsd:string"
    }
  }
}