JSON Schema: Lang_material

URI Template

Properties

- (JSONModel(:language_and_script) object) language_and_script

- (array (JSONModel(:note_langmaterial) object)) notes

View Source


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

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

    "properties" => {
      "language_and_script" => {"type" => "JSONModel(:language_and_script) object"},
      "notes" => {
        "type" => "array",
        "items" => {"type" => "JSONModel(:note_langmaterial) object"},
      },
    },
  },
}

Plain Text Version