JSON Schema: Range_query
URI Template
Properties
- (string) field
- (string) from
- (string) to
View Source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# File 'common/schemas/range_query.rb', line 1 { :schema => { "$schema" => "http://www.archivesspace.org/archivesspace.json", "version" => 1, "type" => "object", "properties" => { "field" => {"type" => "string", "ifmissing" => "error"}, "from" => {"type" => "string"}, "to" => {"type" => "string"}, }, }, } |
Plain Text Version