Drawing
Context: object.physical.artwork.drawing
A drawing is a form of visual art that involves creating images or marks on a surface using various tools and techniques.
Data structure
| Key | Type | Description |
|---|---|---|
| paperType | string | The type of paper or surface on which the drawing is created. |
| technique | string | The specific drawing technique applied. |
Example
"drawing":{
"paperType": "watercolor",
"technique": "cross-hatching"
}