forked from codeforamerica/public_art_finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
public_art_finder_template.json
13 lines (13 loc) · 1.02 KB
/
public_art_finder_template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"_id" : "public_art_finder_template",
"title" : "[string] - title of the piece of art",
"artist" : "[string] - name of the artist(s), we'll need a way of normalizing this",
"description" : "[string] - description of work, artist statement, notes, etc.",
"discipline" : "[string] - preferably one of the following: sculpture, painting, photography, ceramics, fiber, architectural integration, mural, fountain, other",
"location_description" : "[string] - human readable location ",
"full_address" : "[string] - full street address, w/ city, state, zip if possible",
"geometry" : "[object] - latitude/longitude in geojson point format",
"image_urls" : "[string] - This will be a comma delimited list of urls to remote images. The other option for images is to make them attachments to the document. I think we should accept both.",
"data_source" : "[string] - the source of the data. (i.e. 'San Francisco Arts Commission')",
"doc_type" : "[string] - this field is used by the app and should always be set to 'artwork'"
}