Gleap · Schema

Translatable

Customer FeedbackBug ReportingIn-App SupportFeature RequestsRoadmapLive ChatAI AgentsSession ReplayHelp CenterTicketingUser FeedbackSaaS

Properties

Name Type Description
localized object
View JSON Schema on GitHub

JSON Schema

translatable.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Translatable",
  "type": "object",
  "properties": {
    "localized": {}
  },
  "required": [
    "localized"
  ]
}