Skip to content

Instantly share code, notes, and snippets.

@Hc747
Last active January 6, 2020 04:46
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 Hc747/1e495ee70532686b580f522d3be1261c to your computer and use it in GitHub Desktop.
Save Hc747/1e495ee70532686b580f522d3be1261c to your computer and use it in GitHub Desktop.
{
"id": 000001,
"institution": "AU",
"module": "agency_information_form",
"title": "Agency information",
"components": [
{
"title": "Agency code",
"placeholder_text": "Agency code, please make sure the code is unique",
"input_type": "FREE_TEXT",
"constraints": [
{
"type": "REQUIRED",
"value": true
}
{
"type": "MAX",
"value": 12
},
{
"type": "MIN",
"value": 1
},
{
"type": "EMPTY",
"value": false
}
],
"predicates": {
"include_course": [],
"exclude_course": [],
"include_nationalities": [],
"exclude_nationalities": []
}
},
{
"title": "Short description",
"input_type": "FREE_TEXT",
"constraints": [
{
"type": "REQUIRED",
"value": true
}
{
"type": "MAX",
"value": 50
},
{
"type": "MIN",
"value": 1
},
{
"type": "EMPTY",
"value": false
}
],
"predicates": {
"include_course": [],
"exclude_course": [],
"include_nationalities": [],
"exclude_nationalities": []
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment