Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Allow adding arbitrary key value pairs #365

Open
rjw57 opened this issue Oct 15, 2018 · 0 comments
Open

Allow adding arbitrary key value pairs #365

rjw57 opened this issue Oct 15, 2018 · 0 comments

Comments

@rjw57
Copy link
Member

rjw57 commented Oct 15, 2018

Add the ability to add key-value pair information to media items via the API. No not ad search facilities just yet.

Sketch API:

POST/PATCH/PUT: include "custom" object in request

{
    // ...
    "custom": {
        "foo": 57,
    },
}

Do not support anything other than key-value storage. E.g. one could not set:

{
    // ...
    "custom": {
        "foo": { "bar": 57, "buzz": ["a", 3, 4.5] },
    },
}

Required for lecture capture to store and retrieve metadata on media items.

@rjw57 rjw57 changed the title Allow adding and searching by arbitrary key value pairs Allow adding arbitrary key value pairs Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant