Skip to content

Commit

Permalink
requested changes completed
Browse files Browse the repository at this point in the history
  • Loading branch information
jscottpolevault authored and Jordan Scott committed Jun 1, 2022
1 parent 7636c45 commit c8c1d74
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -1,24 +1,77 @@
{
"type": ["null", "object"],
"type": [
"null",
"object"
],
"properties": {
"paging": {
"type": ["null", "object"],
"properties": {
"start": {
"type": ["null", "integer"]
},
"count": {
"type": ["null", "integer"]
},
"links": {
"type": ["null", "array"],
"items": {}
"elements": {
"type": [
"null",
"array"
],
"items": {
"type": [
"null",
"object"
],
"properties": {
"followerCountsByAssociationType": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsByRegion": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsBySeniority": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsByIndustry": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsByFunction": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsByStaffCountRange": {
"type": [
"null",
"array"
],
"items": {}
},
"followerCountsByCountry": {
"type": [
"null",
"array"
],
"items": {}
},
"organizationalEntity": {
"type": [
"null",
"string"
]
}
}
}
},
"elements": {
"type": ["null", "array"],
"items": {}
}
}
}
Loading

0 comments on commit c8c1d74

Please sign in to comment.