Skip to content

Commit

Permalink
removed required data elements and logic
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Oct 30, 2023
1 parent 3a0f8e9 commit 2da2999
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/registry_schemas/schemas/agm_extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,11 @@
"agmExtension": {
"type": "object",
"required": [
"year",
"isFirstAgm",
"prevAgmRefDate",
"extReqForAgmYear",
"expireDateCurrExt",
"intendedAgmDate",
"totalApprovedExt",
"expireDateApprovedExt"
"year"
],
"properties": {
"year": {
"type": "integer",
"minimum": 1000,
"maximum": 9999,
"type": "string",
"description": "Year of AGM Extension Request, longest extension granted at one time is six months."
},
"isFirstAgm": {
Expand Down Expand Up @@ -61,9 +52,7 @@
},
"totalApprovedExt": {
"type": "integer",
"description": "Total duration of extension approved, measured in months.",
"minimum": 1,
"maximum": 12
"description": "Total duration of extension approved, measured in months."
},
"expireDateApprovedExt":{
"type": "string",
Expand Down

0 comments on commit 2da2999

Please sign in to comment.