content, change overrides to union from object

Technically union is more apt here, because the object will have an
associated schema, it's just unclear what the type for that schema
should be. For instance, does tvdb own the schema under their own
domain? or is it more apt for my.spoor to control it? Going forward I
will use an appropriate tld from the owner of the schema. This should
allow adoption from external providers later if lexicon does take off.
This commit is contained in:
Julia Lange 2025-05-14 17:00:40 -07:00
parent 3ba7c0987a
commit 2fdba4f217
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto

View file

@ -25,9 +25,9 @@
} }
}, },
"overrides": { "overrides": {
"type": "object", "type": "union",
"description": "User defined overrides for the returned content", "description": "User defined overrides for the returned content",
"properties": {} "refs": []
} }
} }
} }