Meta, remove lexicons/ folder prefix
This commit is contained in:
parent
0c7e67126c
commit
a18e052a77
5 changed files with 0 additions and 0 deletions
42
my/spoor/content/external.json
Normal file
42
my/spoor/content/external.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"lexicon": 1,
|
||||
"id": "my.spoor.content.external",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "record",
|
||||
"key": "nsid",
|
||||
"record": {
|
||||
"type": "object",
|
||||
"required": [ "source", "queryable" ],
|
||||
"properties": {
|
||||
"titles": {
|
||||
"type": "array",
|
||||
"minLength": 1,
|
||||
"items": {
|
||||
"type": "ref",
|
||||
"ref": "my.spoor.content.title"
|
||||
}
|
||||
},
|
||||
"source": {
|
||||
"type": "string",
|
||||
"description": "An nsid for a specific data source. The domain authority governs how to process the queryable",
|
||||
"format": "nsid",
|
||||
"knownValues": [
|
||||
"my.spoor.content.external#tvdb"
|
||||
]
|
||||
},
|
||||
"queryable": {
|
||||
"type": "union",
|
||||
"description": "All the data needed to query the content from the source",
|
||||
"refs": []
|
||||
},
|
||||
"overrides": {
|
||||
"type": "union",
|
||||
"description": "User defined overrides for the returned content",
|
||||
"refs": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue