property :title, String, :required => true
property :aliases, [String, Array], :default => []
property :bbox, Array, :required => true
action :create do
property :title, String, :required => true
property :aliases, [String, Array], :default => []
property :bbox, Array, :required => true
action :create do