{
  "title": "Form Schema Builder",
  "description": "Create and manage your data schemas",
  "labels": {
    "name": "Name",
    "type": "Type",
    "description": "Description",
    "schemaPreview": "Schema Preview",
    "selectSchema": "Select Schema:",
    "arrayItems": "Array Items Structure:",
    "objectTypeSuffix": "(Object)"
  },
  "placeholders": {
    "name": "Enter field name",
    "type": "Select type",
    "description": "Enter field description"
  },
  "options": {
    "stringLong": "Text",
    "numberLong": "Number",
    "arrayLong": "List",
    "objectLong": "Object"
  },
  "validation": {
    "required": "This field is required"
  },
  "warnings": {
    "maxDepth": "Maximum nesting depth reached"
  },
  "errors": {
    "formValidation": "Please correct the validation errors above"
  },
  "buttons": {
    "submit": "Submit",
    "submitting": "Submitting...",
    "reset": "Reset"
  },
  "schemas": {
    "tweets": "Tweets",
    "linkedin": "LinkedIn"
  },
  "properties": {
    "tweets": "Tweets",
    "twitterHandle": "Twitter Handle",
    "publishedDate": "Published Date",
    "sentimentAnalysis": "Sentiment Analysis",
    "theme": "Theme",
    "name": "Name",
    "lastname": "Last Name",
    "location": "Location",
    "stats": "Statistics",
    "nbProfilViews": "Profile Views",
    "nbPostPrint": "Post Impressions",
    "nbPrintSearchResults": "Displayed Search Results"
  }
}