Restrictions on JSON

JSON files used to create REST services and references have some restrictions.

  • Arrays must have homogeneous content.
  • Arrays cannot directly contain arrays ( [ [ ... ], [ ... ] ] )
  • Null type properties throw the XSD schema conversion error in TIBCO Business Studio™ for BusinessWorks™. To create a REST Service or REST Binding edit the input JSON file and change the data type from null to string.

Not currently supported

Binary content in JSON as a special case.