Amazon Certificate Manager · JSON-LD Context

Amazon Certificate Manager Context

JSON-LD context defining the semantic vocabulary for Amazon Certificate Manager from Amazon Certificate Manager.

4 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

RequestCertificateRequest RequestCertificateResponse ListCertificatesResponse DescribeCertificateResponse

Properties

Property Type Container
domainName string
subjectAlternativeNames string set
validationMethod string
idempotencyToken string
certificateArn string
certificateSummaryList string set
nextToken string
certificate string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "acm": "https://aws.amazon.com/certificate-manager/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "RequestCertificateRequest": "acm:RequestCertificateRequest",
    "domainName": {
      "@id": "acm:domain_name",
      "@type": "xsd:string"
    },
    "subjectAlternativeNames": {
      "@id": "acm:subject_alternative_names",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "validationMethod": {
      "@id": "acm:validation_method",
      "@type": "xsd:string"
    },
    "idempotencyToken": {
      "@id": "acm:idempotency_token",
      "@type": "xsd:string"
    },
    "RequestCertificateResponse": "acm:RequestCertificateResponse",
    "certificateArn": {
      "@id": "acm:certificate_arn",
      "@type": "xsd:string"
    },
    "ListCertificatesResponse": "acm:ListCertificatesResponse",
    "certificateSummaryList": {
      "@id": "acm:certificate_summary_list",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "nextToken": {
      "@id": "acm:next_token",
      "@type": "xsd:string"
    },
    "DescribeCertificateResponse": "acm:DescribeCertificateResponse",
    "certificate": {
      "@id": "acm:certificate",
      "@type": "xsd:string"
    }
  }
}