-
Notifications
You must be signed in to change notification settings - Fork 2
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
WoT 1.1 Support #45
Comments
There are two parts in the spec noted as "at risk":
|
At this point, it seems that each different type of affordance uses a different subset of possible operations. This aspect should be thoroughly checked in order to consider splitting the |
There is a harder constrain related to MultiLanguage, which requires that each name must be a valid language tag as defined in BCP47. |
|
I see an issue with this, because it is possible to specify a combination of conflicting |
|
We currently do not support extending
Therefore we need to support extending the basic security schemes without being to lax. Moreover, we need to implement specific support for Last but not least:
|
Link is missing:
There is an additional best practice relation type table, but I am unsure of how we should use it (being a recommendation is not something mandatory, but on the other hand maybe we should support helper methods to follow these recommendations?). |
|
Stricter validation was not deemed problematic to be a showstopper. |
Here a list of what is missing:
Form::op
#63DataSchema::default
#71exclusive*
fields inIntegerSchema
andNumberSchema
#73StringSchema
#75SecurityScheme
#77Link
#78Variants inForm::op
#80The text was updated successfully, but these errors were encountered: