JSON Schema: Ns2_remover_job

URI Template

Properties

- (boolean) dry_run

View Source


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

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

    "properties" => {

      "dry_run" => {
        "type" => "boolean",
        "default" => false
      }

    }
  }
}

Plain Text Version