-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ability to Retrieve Original TD #165
Comments
The current spec does not require to return of an enriched TD by default (Am I missing something?). This makes impossible to "manage" an anonymous TD if you lost the content of the Location Header. It would be nice to bring back the discussion about this:
IMHO we need to have the ability to ask for the enriched form when retrieving on listing TDs. |
We have forgotten to add the query argument. However Anonymous TDs must have the Maybe
|
Oh, that's right somehow I didn't find the assertion even if I recalled something like that.... 🤔 . I was looking here: https://w3c.github.io/wot-discovery/#exploration-directory-api-things-creation and here https://w3c.github.io/wot-discovery/#exploration-directory-api-things-retrieval. They feel like a better place for that assertion, but I would leave the final decision to the editors.
In my understanding, after we moved the definition to architecture we lost the UML diagram with additional details about the Enriched TD. However, given the definition from arch:
I would say that is possible to think of the |
May be related to issue #257. Modifications to TDs are needed for several use cases, such as proxies, but are also troublesome from a security point of view. A resolution would be to always allow verbatim retrieval of the original TD, which may be needed anyway for signatures. However, in a practical sense I don't think we have TIME to fix this, so will mark as both "Resolve by CR", "Discuss", and "Defer to Discovery 2.0". One "resolution" would be to defer to Discovery 2.0. |
Resolution (Discovery call 2022.9.5): Defer to 2.0. |
Current spec makes "enriched" TDs the default. In various contexts we need access to the original, unmodified TDs. There may also be cases where a directory chooses to omit some data based on access rights. For this it might be useful to have "categories" of enriched metadata.
Originally posted by @mmccool in #163 (comment)
The text was updated successfully, but these errors were encountered: