Text2API
  1. Translations
Text2API
  • Welcome to Text-to-API 📚
  • Using TextToAPI Across Domains
  • How to Get Your Test API Key 🔑
  • How to Give Feedback 💡
  • Translations
    • Create
      POST
  • Schemas
    • Translations
      • TranslationRequest
      • ObjectField
      • DependentAllowedValues
  1. Translations

ObjectField

{
    "id": "string",
    "type": "string",
    "description": "string",
    "allowed_values": [
        "string"
    ],
    "format": "string",
    "fields": {
        "id": "string",
        "type": "string",
        "description": "string",
        "allowed_values": [
            "string"
        ],
        "format": "string",
        "depends_on": "string",
        "dependent_allowed_values": [
            {
                "value": "string",
                "allowed_values": [
                    "string"
                ]
            }
        ]
    },
    "depends_on": "string",
    "dependent_allowed_values": [
        {
            "value": "string",
            "allowed_values": [
                "string"
            ]
        }
    ]
}
Built with