JSON Schema: Container_labels_job

URI Template

Properties

- (string) format

- (string) source

View Source


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'common/schemas/container_labels_job.rb', line 1

{
  :schema => {
    "$schema" => "http://www.archivesspace.org/archivesspace.json",
    "version" => 1,
    "type" => "object",
    "properties" => {
      "format" => {
        "type" => "string",
        "default" => "tsv"
      },
      "source" => {
        "type" => "string",
        "ifmissing" => "error"
      },
    }
  }
}

Plain Text Version