Skip to content

Commit

Permalink
Merge pull request #136 from seeker25/remove_file_names
Browse files Browse the repository at this point in the history
Remove rulesFileName / memorandumFileName as per Vysakh's request.
  • Loading branch information
kialj876 authored May 26, 2023
2 parents 54af943 + 6cbc71f commit a9afaa6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 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 @@ -1037,9 +1037,7 @@
COOPERATIVE = {
'cooperativeAssociationType': 'CP',
'rulesFileKey': 'cooperative/fa00c6bf-eaad-4a07-a3d2-4786ecd6b83b.jpg',
'rulesFileName': 'rules.jpg',
'memorandumFileKey': 'cooperative/f722bf16-86be-430d-928d-5529853a3a2c.pdf',
'memorandumFileName': 'memorandum.pdf'
'memorandumFileKey': 'cooperative/f722bf16-86be-430d-928d-5529853a3a2c.pdf'
}

CORRECTION_INCORPORATION = {
Expand Down
8 changes: 0 additions & 8 deletions src/registry_schemas/schemas/alteration.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"type": "string",
"title": "The Identifier for rules file in file server"
},
"rulesFileName": {
"type": "string",
"title": "The name of rules file"
},
"rulesInResolution": {
"type": "boolean",
"title": "Flag to indicate the rules are located in the resolution"
Expand All @@ -70,10 +66,6 @@
"type": "string",
"title": "The Identifier for memorandum file in file server"
},
"memorandumFileName": {
"type": "string",
"title": "The name of memorandum file"
},
"memorandumInResolution": {
"type": "boolean",
"title": "Flag to indicate the memorandum are located in the resolution"
Expand Down
12 changes: 1 addition & 11 deletions src/registry_schemas/schemas/cooperative.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"required": [
"cooperativeAssociationType",
"rulesFileKey",
"rulesFileName",
"memorandumFileKey",
"memorandumFileName"
"memorandumFileKey"
],
"properties": {
"cooperativeAssociationType": {
Expand All @@ -24,17 +22,9 @@
"type": "string",
"title": "The Identifier for rules file in file server"
},
"rulesFileName": {
"type": "string",
"title": "The name of the rules file"
},
"memorandumFileKey": {
"type": "string",
"title": "The Identifier for memorandum file in file server"
},
"memorandumFileName": {
"type": "string",
"title": "The name of the memorandum file"
}
}
}

0 comments on commit a9afaa6

Please sign in to comment.