diff --git a/src/registry_schemas/example_data/schema_data.py b/src/registry_schemas/example_data/schema_data.py index f36a7ab..b0c9c68 100644 --- a/src/registry_schemas/example_data/schema_data.py +++ b/src/registry_schemas/example_data/schema_data.py @@ -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 = { diff --git a/src/registry_schemas/schemas/alteration.json b/src/registry_schemas/schemas/alteration.json index d51d512..c73ff14 100644 --- a/src/registry_schemas/schemas/alteration.json +++ b/src/registry_schemas/schemas/alteration.json @@ -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" @@ -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" diff --git a/src/registry_schemas/schemas/cooperative.json b/src/registry_schemas/schemas/cooperative.json index aa1ab20..91bfa17 100644 --- a/src/registry_schemas/schemas/cooperative.json +++ b/src/registry_schemas/schemas/cooperative.json @@ -6,9 +6,7 @@ "required": [ "cooperativeAssociationType", "rulesFileKey", - "rulesFileName", - "memorandumFileKey", - "memorandumFileName" + "memorandumFileKey" ], "properties": { "cooperativeAssociationType": { @@ -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" } } }