JSON Schema: Note_outline_level

URI Template

Properties

- (array ([{"type"=>"string"}, {"type"=>"JSONModel(:note_outline_level) object"}])) items

View Source


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'common/schemas/note_outline_level.rb', line 1

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

    "properties" => {

      "items" => {
        "type" => "array",
        "items" => {
          "type" => [
            {"type" => "string"}, #SONModel(:note_outline_string) object",
            {"type" => "JSONModel(:note_outline_level) object"}
          ]
        }
      },

    },
  },
}

Plain Text Version