JSON Schema: External_id
URI Template
Properties
- (string (max length: 255)) external_id
- (string (max length: 255)) source
View Source
1 2 3 4 5 6 7 8 9 10 11 |
# File 'common/schemas/external_id.rb', line 1 { :schema => { "$schema" => "http://www.archivesspace.org/archivesspace.json", "version" => 1, "type" => "object", "properties" => { "external_id" => {"type" => "string", "maxLength" => 255, "ifmissing" => "error"}, "source" => {"type" => "string", "maxLength" => 255, "ifmissing" => "error"}, } }, } |
Plain Text Version