Editorial curation for the scarnecchia.net site: photography selection and order, design portfolio pieces, pinned documents.
Record Key
literal:self
Fixed literal value
Properties
design
array
of
ref
#designEntry
Optional
No description available.
photography
array
of
ref
#photoEntry
Optional
No description available.
pinned
array
of
string
at-uri
Optional
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"design": {
"type": "array",
"items": {
"ref": "#designEntry",
"type": "ref"
}
},
"pinned": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"photography": {
"type": "array",
"items": {
"ref": "#photoEntry",
"type": "ref"
}
}
}
},
"description": "Editorial curation for the scarnecchia.net site: photography selection and order, design portfolio pieces, pinned documents."
}