JSON Schema: Location_function

URI Template

Properties

- (string) location_function_type

View Source


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

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

Plain Text Version