Amazon Personalize · JSON-LD Context

Amazon Personalize Openapi Context

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

4 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Campaign CreateDatasetGroupRequest DatasetGroup Solution

Properties

Property Type Container
campaignArn string
creationDateTime dateTime
datasetGroupArn string
domain string
minProvisionedTPS integer
name
recipeArn string
solutionArn string
solutionVersionArn string
status string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "personalize": "https://personalize.amazonaws.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Campaign": "personalize:Campaign",
    "CreateDatasetGroupRequest": "personalize:CreateDatasetGroupRequest",
    "DatasetGroup": "personalize:DatasetGroup",
    "Solution": "personalize:Solution",
    "campaignArn": {
      "@id": "personalize:campaignArn",
      "@type": "xsd:string"
    },
    "creationDateTime": {
      "@id": "personalize:creationDateTime",
      "@type": "xsd:dateTime"
    },
    "datasetGroupArn": {
      "@id": "personalize:datasetGroupArn",
      "@type": "xsd:string"
    },
    "domain": {
      "@id": "personalize:domain",
      "@type": "xsd:string"
    },
    "minProvisionedTPS": {
      "@id": "personalize:minProvisionedTPS",
      "@type": "xsd:integer"
    },
    "name": {
      "@id": "schema:name"
    },
    "recipeArn": {
      "@id": "personalize:recipeArn",
      "@type": "xsd:string"
    },
    "solutionArn": {
      "@id": "personalize:solutionArn",
      "@type": "xsd:string"
    },
    "solutionVersionArn": {
      "@id": "personalize:solutionVersionArn",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "personalize:status",
      "@type": "xsd:string"
    }
  }
}