Amazon S3 Glacier · JSON-LD Context

Amazon S3 Glacier Api List Vaults Context

JSON-LD context defining the semantic vocabulary for Amazon S3 Glacier Api List Vaults from Amazon S3 Glacier.

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

ListVaultsOutput

Properties

Property Type Container
VaultList string set
Marker 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#",
    "ListVaultsOutput": "aws:ListVaultsOutput",
    "VaultList": {
      "@id": "aws:VaultList",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "Marker": {
      "@id": "aws:Marker",
      "@type": "xsd:string"
    }
  }
}