Skip to content

Instantly share code, notes, and snippets.

@rickx1
Last active December 26, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickx1/7079058 to your computer and use it in GitHub Desktop.
Save rickx1/7079058 to your computer and use it in GitHub Desktop.
IBM Content Navigator External Data Services response.
{
"externalDataIdentifier": "opaque_identifier_meaningful_to_the_service",
"properties": [
{
"symbolicName": "symbolic_name",
"value": "potential_new_value",
"customValidationError": "Description of an invalid reason",
"customInvalidItems": [
0,
3,
4,
8
],
"displayMode": "readonly_or_readwrite",
"required": true,
"hidden": true,
"maxValue": 1,
"minValue": 2,
"maxLength": 20,
"choiceList": {
"displayName": "display_name",
"choices": [
{
"displayName": "name",
"value": "value1"
}
]
},
"hasDependentProperties": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment