Skip to content

Instantly share code, notes, and snippets.

@aronr
Created May 21, 2012 19:10
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 aronr/2764031 to your computer and use it in GitHub Desktop.
Save aronr/2764031 to your computer and use it in GitHub Desktop.
person search uischema
{
"person": {
"properties": {
"genders": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"gender": {
"default": "",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"groups": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"group": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"nationalities": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"nationality": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"occupations": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"occupation": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"personTermGroup": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"termDisplayName": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"schoolsOrStyles": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"schoolOrStyle": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"updatedAtEnd": {
"type": "date"
},
"updatedAtStart": {
"type": "date"
},
"updatedBys": {
"items": {
"properties": {
"_primary": {
"default": true,
"type": "boolean"
},
"updatedBy": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment