Method 1

This method can only be used for JSON objects

To specify that a field or property contains localized data:

  1. The localized property type must be set to “object”.
  2. Include a Boolean property called x-localized and set it to true.
  3. To define a maxLength for each of the localized strings, include a property called x-propertiesMaxLength.
    For information on localized strings in data objects, see the Infor Data Fabric User Guide.
  4. Specify the maximum string length.
  5. In your localized property definition, you must set the additionalProperties property to true.
    Note: This property is not required within your definition since the default is true when this property is not specified.