JSON Schema: Print_to_pdf_job
URI Template
Properties
- (string) source
- (boolean) include_unpublished
View Source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'common/schemas/print_to_pdf_job.rb', line 1 { :schema => { "$schema" => "http://www.archivesspace.org/archivesspace.json", "version" => 1, "type" => "object", "properties" => { "source" => { "type" => "string", "ifmissing" => "error" }, "include_unpublished" => { "type" => "boolean" } } } } |
Plain Text Version