Skip to content

Commit

Permalink
23562 optional authorization date
Browse files Browse the repository at this point in the history
  • Loading branch information
vysakh-menon-aot committed Oct 8, 2024
1 parent 75649ae commit 53c46d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/registry_schemas/example_data/schema_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2366,9 +2366,7 @@
'fileKey': '011e332d-1b8e-4218-8710-ad8ac1fbc594.pdf',
'fileName': 'file 2.pdf'
}
],
'date': '2020-01-01',
'expiryDate': '2020-06-01'
]
},
'nameRequest': {
'nrNumber': 'NR 8798956',
Expand Down
3 changes: 1 addition & 2 deletions src/registry_schemas/schemas/continuation_in.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@
"authorization": {
"type": "object",
"required": [
"files",
"date"
"files"
],
"properties": {
"files": {
Expand Down
2 changes: 1 addition & 1 deletion src/registry_schemas/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""


__version__ = '2.18.30' # pylint: disable=invalid-name
__version__ = '2.18.31' # pylint: disable=invalid-name

0 comments on commit 53c46d1

Please sign in to comment.