Amazon Resource Explorer · JSON-LD Context

Amazon Resource Explorer Openapi View Context

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

1 Classes 3 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

View

Properties

Property Type Container
Filters string
IncludedProperties string set
ViewArn 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#",
    "View": "aws:View",
    "Filters": {
      "@id": "aws:Filters",
      "@type": "xsd:string"
    },
    "IncludedProperties": {
      "@id": "aws:IncludedProperties",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "ViewArn": {
      "@id": "aws:ViewArn",
      "@type": "xsd:string"
    }
  }
}