Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,9 @@
},
"source": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
Expand Down Expand Up @@ -724,6 +727,126 @@
"items": {
"type": "string"
}
},
"020": {
"title": "Tag 020.",
"type": "array",
"items": {
"type": "string"
}
}
}
},
"digitized_description": {
"title": "Digitized description.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_language": {
"title": "Digitized language.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_keywords": {
"title": "Digitized keywords.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_imprint_date": {
"title": "Digitized imprint date.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_notes": {
"title": "Digitized notes.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_subject_categories": {
"title": "Digitized subject categories.",
"type": "array",
"items": {
"type": "string"
}
},
"cds_modification_field": {
"title": "CDS modification field.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_comments": {
"title": "Digitized comments.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_data_quality_note": {
"title": "Digitized data quality note.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_filmed_people": {
"title": "Digitized filmed people.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_access": {
"title": "Digitized access.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_physical_description": {
"title": "Digitized physical description.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_preservation": {
"title": "Digitized preservation metadata.",
"type": "array",
"items": {
"type": "object",
"properties": {
"source": { "type": "string" },
"format": { "type": "string" },
"institution": { "type": "string" },
"batch": { "type": "string" },
"sequence_identifier": { "type": "string" },
"action": { "type": "string" },
"digitization_setup": { "type": "string" },
"date": { "type": "string" },
"preservation_notes": {
"type": "array",
"items": { "type": "string" }
},
"workflow": { "type": "string" },
"vendor": { "type": "string" },
"title": { "type": "string" },
"duration_value": { "type": "string" },
"duration_unit": { "type": "string" },
"related_record": { "type": "string" },
"timing_note": { "type": "string" },
"quality_control_note": { "type": "string" }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@
},
"source": {
"type": "text"
},
"description": {
"type": "text"
}
}
},
Expand All @@ -417,11 +420,72 @@
},
"088": {
"type": "text"
},
"020": {
"type": "text"
}
}
},
"legacy_dates": {
"type": "date"
},
"digitized_description": {
"type": "text"
},
"digitized_language": {
"type": "text"
},
"digitized_keywords": {
"type": "text"
},
"digitized_imprint_date": {
"type": "text"
},
"digitized_notes": {
"type": "text"
},
"digitized_subject_categories": {
"type": "text"
},
"cds_modification_field": {
"type": "text"
},
"digitized_comments": {
"type": "text"
},
"digitized_data_quality_note": {
"type": "text"
},
"digitized_filmed_people": {
"type": "text"
},
"digitized_access": {
"type": "text"
},
"digitized_physical_description": {
"type": "text"
},
"digitized_preservation": {
"type": "object",
"properties": {
"source": { "type": "text" },
"format": { "type": "text" },
"institution": { "type": "text" },
"batch": { "type": "text" },
"sequence_identifier": { "type": "text" },
"action": { "type": "text" },
"digitization_setup": { "type": "text" },
"date": { "type": "text" },
"preservation_notes": { "type": "text" },
"workflow": { "type": "text" },
"vendor": { "type": "text" },
"title": { "type": "text" },
"duration_value": { "type": "text" },
"duration_unit": { "type": "text" },
"related_record": { "type": "text" },
"timing_note": { "type": "text" },
"quality_control_note": { "type": "text" }
}
}
}
},
Expand Down
123 changes: 123 additions & 0 deletions cds/modules/records/schemas/records/videos/video/video-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@
},
"source": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
Expand Down Expand Up @@ -666,6 +669,13 @@
"items": {
"type": "string"
}
},
"020": {
"title": "Tag 020.",
"type": "array",
"items": {
"type": "string"
}
}
}
},
Expand All @@ -676,6 +686,119 @@
"type": "string",
"format": "date-time"
}
},
"digitized_description": {
"title": "Digitized description.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_language": {
"title": "Digitized language.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_keywords": {
"title": "Digitized keywords.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_imprint_date": {
"title": "Digitized imprint date.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_notes": {
"title": "Digitized notes.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_subject_categories": {
"title": "Digitized subject categories.",
"type": "array",
"items": {
"type": "string"
}
},
"cds_modification_field": {
"title": "CDS modification field.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_comments": {
"title": "Digitized comments.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_data_quality_note": {
"title": "Digitized data quality note.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_filmed_people": {
"title": "Digitized filmed people.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_access": {
"title": "Digitized access.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_physical_description": {
"title": "Digitized physical description.",
"type": "array",
"items": {
"type": "string"
}
},
"digitized_preservation": {
"title": "Digitized preservation metadata.",
"type": "array",
"items": {
"type": "object",
"properties": {
"source": { "type": "string" },
"format": { "type": "string" },
"institution": { "type": "string" },
"batch": { "type": "string" },
"sequence_identifier": { "type": "string" },
"action": { "type": "string" },
"digitization_setup": { "type": "string" },
"date": { "type": "string" },
"preservation_notes": {
"type": "array",
"items": { "type": "string" }
},
"workflow": { "type": "string" },
"vendor": { "type": "string" },
"title": { "type": "string" },
"duration_value": { "type": "string" },
"duration_unit": { "type": "string" },
"related_record": { "type": "string" },
"timing_note": { "type": "string" },
"quality_control_note": { "type": "string" }
}
}
}
},
"title": "Fields that needs curation.",
Expand Down
Loading
Loading