Amazon Mechanical Turk · JSON Structure

Amazon Mechanical Turk Currency Amount Structure

A string representing a currency amount.

Type: string Properties: 0
CrowdsourcingHuman IntelligenceLaborMachine LearningTasks

CurrencyAmount is a JSON Structure definition published by Amazon Mechanical Turk. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-currency-amount-structure.json",
  "name": "CurrencyAmount",
  "description": "A string representing a currency amount.",
  "type": "string",
  "pattern": "^[0-9]+(\\.)?[0-9]{0,2}$"
}