The record used by darkworld.download to determine the website's content.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"site",
"favorite"
],
"properties": {
"site": {
"refs": [
"#site"
],
"type": "union",
"closed": true,
"description": "Describe the site's content/look."
},
"favorite": {
"refs": [
"#favorite"
],
"type": "union",
"closed": true,
"description": "The user's favorites/likes/preferences."
}
}
},
"description": "The record used by darkworld.download to determine the website's content."
}