JSON Schema: Rights_statement_external_document

URI Template

Properties

- (string) identifier_type

View Source


1
2
3
4
5
6
7
8
9
10
11
# File 'common/schemas/rights_statement_external_document.rb', line 1

{
  :schema => {
    "$schema" => "http://www.archivesspace.org/archivesspace.json",
    "version" => 1,
    "parent" => "external_document",
    "type" => "object",
    "properties" => {
      "identifier_type" => {"type" => "string", "minLength" => 1, "ifmissing" => "error", "dynamic_enum" => "rights_statement_external_document_identifier_type"},
    },
  },
}

Plain Text Version