content, add optional title to external
I really like this change. I think it'll make records way easier to understand in the repo, and more useful if the external site goes down. Also allows shortcut querying if you don't need more data than the title
This commit is contained in:
parent
0beee2c8d0
commit
d7b4ede16e
1 changed files with 8 additions and 0 deletions
|
|
@ -9,6 +9,14 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [ "source", "queryable" ],
|
"required": [ "source", "queryable" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"titles": {
|
||||||
|
"type": "array",
|
||||||
|
"minLength": 1,
|
||||||
|
"items": {
|
||||||
|
"type": "ref",
|
||||||
|
"ref": "my.spoor.content.defs#title"
|
||||||
|
}
|
||||||
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "An nsid for a specific data source. The domain authority governs how to process the queryable",
|
"description": "An nsid for a specific data source. The domain authority governs how to process the queryable",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue