JSON Schema: Print_to_pdf_job

URI Template

Properties

- (string) source

- (boolean) include_unpublished

- (boolean) include_uris

View Source


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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" },
      "include_uris" => { "type" => "boolean" }
    }
  }
}

Plain Text Version