JSON Schema: Archival_record_children

URI Template

Properties

- (array (JSONModel(:archival_object) object)) children

View Source


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

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

      "children" => {
        "type" => "array",
        "items" => {"type" => "JSONModel(:archival_object) object"}
      },

    },
  },
}

Plain Text Version