Created
January 31, 2013 22:42
-
-
Save santiago/4687356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ id: 5, | |
name: 'Hola', | |
city: 'Medellin', | |
state: 'CO', | |
zip: '123456', | |
typeOfCollege: 'Community', | |
affiliation: 'Private', | |
communityType: 'Rural', | |
undergradEnrollment: '1000-3999', | |
calendarSystem: 'Semester', | |
applicationFee: null, | |
applicationDeadline: null, | |
totalApplicants: null, | |
totalAccepted: null, | |
percentAccepted: null, | |
applicationUrl: null, | |
tuitionInState: '<$5000', | |
tuitionOutState: '<$5000', | |
roomAndBoard: 123455, | |
booksAndSupplies: 1234310, | |
otherExpenses: 1231320, | |
finaidUrl: null, | |
finaidDeadline: null, | |
finaidFormsRequired: null, | |
finaidLoanPrograms: null, | |
finaidScholarships: null, | |
finaidGrants: null, | |
createdAt: Thu Jan 31 2013 11:02:23 GMT-0800 (PST), | |
updatedAt: Thu Jan 31 2013 11:03:39 GMT-0800 (PST), | |
clubs: '["Art Society","Bhangra","Black Men\'s Forum"]', | |
highSchoolGPA: 3.4, | |
isNewRecord: false, | |
subjects: | |
[ { SchoolId: '5', SubjectId: 2, numYears: 1 }, | |
{ SchoolId: '5', SubjectId: 3, numYears: 2 }, | |
{ SchoolId: '5', SubjectId: 4, numYears: 3 }, | |
{ SchoolId: '5', SubjectId: 5, numYears: 4 } ], | |
tests: [ { SchoolId: '5', TestId: 3 }, { SchoolId: '5', TestId: 5 } ], | |
writings: | |
[ { SchoolId: '5', WritingId: 1 }, | |
{ SchoolId: '5', WritingId: 2 }, | |
{ SchoolId: '5', WritingId: 3 } ] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment