Properties
camera
ref
#tombstoneCamera
Optional
No description provided.
dimensions
ref
#tombstoneDimensions
Optional
No description provided.
lens
ref
#tombstoneLens
Optional
No description provided.
materials
array
of string
Optional
No description provided.
View raw schema
{
"type": "object",
"properties": {
"lens": {
"ref": "#tombstoneLens",
"type": "ref"
},
"camera": {
"ref": "#tombstoneCamera",
"type": "ref"
},
"materials": {
"type": "array",
"items": {
"type": "string"
}
},
"dimensions": {
"ref": "#tombstoneDimensions",
"type": "ref"
}
}
}