Crystal Reports · JSON Structure

Crystal Reports Used Field Structure

A field used in the report

Type: object Properties: 3
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

UsedField is a JSON Structure definition published by Crystal Reports, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name table type

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/crystal-reports/refs/heads/main/json-structure/crystal-reports-used-field-structure.json",
  "name": "UsedField",
  "description": "A field used in the report",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Field name",
      "example": "Customer Name"
    },
    "table": {
      "type": "string",
      "description": "Table the field belongs to",
      "example": "Customer"
    },
    "type": {
      "type": "string",
      "description": "Data type of the field",
      "example": "String"
    }
  }
}