Context: object.physical.artwork.print
A print is a form of visual art created through a process of transferring an image from a matrix (such as a plate or block) onto a surface, usually paper.
Data structure
| Key | Type | Description |
|---|---|---|
| edition | integer | Edition total number of pieces |
| number | integer | Number within the edition |
Example
"print":{
"edition":10,
"number":1
}