JSON Schema: Classification

URI Template

/repositories/:repo_id/classifications

Properties

View Source


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

{
  :schema => {
    "$schema" => "http://www.archivesspace.org/archivesspace.json",
    "version" => 1,
    "type" => "object",
    "parent" => "abstract_classification",
    "uri" => "/repositories/:repo_id/classifications",
    "properties" => {},
  },
}

Plain Text Version