Amazon Translate · Schema

Tag

Language ProcessingLocalizationMachine TranslationNLPTranslation

Properties

Name Type Description
Key string
Value string
View JSON Schema on GitHub

JSON Schema

amazon-translate-tag-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  },
  "required": [
    "Key",
    "Value"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Tag"
}