JSON Schema: Bulk_archival_object_updater_job
URI Template
Properties
- (boolean) create_missing_top_containers
View Source
1 2 3 4 5 6 7 8 9 10 |
# File 'common/schemas/bulk_archival_object_updater_job.rb', line 1 { :schema => { "$schema" => "http://www.archivesspace.org/archivesspace.json", "version" => 1, "type" => "object", "properties" => { "create_missing_top_containers" => {"type" => "boolean", "required" => false} } } } |
Plain Text Version