Skip to content

Commit

Permalink
project: Schema - Some Status fields missing
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Oct 6, 2020
1 parent bb085fc commit f7d5824
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions indigo/jsonschema/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
"Individual",
"Other"
]
},
"status": {
"$ref": "#/definitions/status"
}
}
},
Expand All @@ -369,6 +372,9 @@
"Individual",
"Other"
]
},
"status": {
"$ref": "#/definitions/status"
}
}
},
Expand Down Expand Up @@ -1572,6 +1578,15 @@
]
}
}
},
"status": {
"title": "(Status)",
"type": "string",
"enum": [
"PUBLIC",
"PRIVATE",
"DISPUTED"
]
}
}
}

0 comments on commit f7d5824

Please sign in to comment.