Amazon FSx · JSON-LD Context

Amazon Fsx Context

JSON-LD context defining the semantic vocabulary for Amazon Fsx from Amazon FSx.

0 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Properties

Property Type Container
FileSystem
Backup

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "fsx": "https://docs.aws.amazon.com/fsx/latest/APIReference/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "FileSystem": {
      "@id": "fsx:FileSystem",
      "@context": {
        "fileSystemId": "fsx:fileSystemId",
        "fileSystemType": "fsx:fileSystemType",
        "lifecycle": "fsx:lifecycle",
        "storageCapacity": "fsx:storageCapacity",
        "storageType": "fsx:storageType",
        "vpcId": "fsx:vpcId",
        "subnetIds": {
          "@id": "fsx:subnetIds",
          "@container": "@list"
        },
        "dnsName": "fsx:dnsName",
        "creationTime": {
          "@id": "dcterms:created",
          "@type": "xsd:dateTime"
        },
        "tags": {
          "@id": "fsx:tags",
          "@container": "@set"
        }
      }
    },

    "Backup": {
      "@id": "fsx:Backup",
      "@context": {
        "backupId": "fsx:backupId",
        "lifecycle": "fsx:lifecycle",
        "type": "fsx:backupType",
        "fileSystem": "fsx:fileSystem"
      }
    }
  }
}