Skip to content

Commit

Permalink
split up social_history (social_history_entry) and payers (payers) to…
Browse files Browse the repository at this point in the history
… be consistent with other schema
  • Loading branch information
au2 committed Dec 10, 2014
1 parent 2ec41d5 commit e386e8c
Show file tree
Hide file tree
Showing 28 changed files with 585 additions and 542 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ module.exports = function (grunt) {
},
jsbeautifier: {
beautify: {
src: ['Gruntfile.js', 'lib/*.js', 'test/**/*.js', '*.js', 'lib/schemas/*.json'],
src: ['Gruntfile.js', 'lib/**/*.js', 'test/**/*.js', '*.js', 'lib/schemas/*.json'],
options: {
config: '.jsbeautifyrc'
}
},
check: {
src: ['Gruntfile.js', 'lib/*.js', 'test/**/*.js', '*.js', 'lib/schemas/*.json'],
src: ['Gruntfile.js', 'lib/**/*.js', 'test/**/*.js', '*.js', 'lib/schemas/*.json'],
options: {
mode: 'VERIFY_ONLY',
config: '.jsbeautifyrc'
Expand Down
2 changes: 1 addition & 1 deletion lib/schemas/allergy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
"id": "allergy",
"id": "allergy",
"type": "object",
"properties": {
"date_time": {
Expand Down
Loading

0 comments on commit e386e8c

Please sign in to comment.