JSON Schema: Report_job

URI Template

Properties

- (string) report_type

- (string) format

View Source


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# File 'common/schemas/report_job.rb', line 1

{
  :schema => {
    "$schema" => "http://www.archivesspace.org/archivesspace.json",
    "version" => 1,
    "type" => "object",

    "properties" => {

      "report_type" => {
        "type" => "string",
        "ifmissing" => "error"
      },

      "format" => {
        "type" => "string",
        "ifmissing" => "error"
      }


    }
  }
}

Plain Text Version