-
According to [swagger docs](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) polymorphism can be supported using `oneOf` and `discriminator`. This way we can achieve po…
-
### Use case
I would like to make parent object (A) to null when all the properties or object(B) it has are null.
example, consider below **Employee** object has class department, when both prope…
-
Consider these two specifications:
```yaml
#a.yaml
openapi: 3.0.0
components:
schemas:
Merged:
allOf:
- $ref: '#/components/schemas/Example'
- $ref…
-
| --- | --- |
| Bugzilla Link | [551244](https://bugs.eclipse.org/bugs/show_bug.cgi?id=551244) |
| Status | NEW |
| Importance | P3 minor |
| Reported | Sep 19, 2019 08:26 EDT |
| Modified | Oct …
-
When we introduced the modelVersions API it was possible for plugins to actively adopt modelVersions before it became the default. However, there are no plugins that adopted model versions earlier tha…
-
**Describe the issue**
Hi, where can I find the documentation for the fields in the OPCUA connector configuration? The default version that comes up in thingsboard cloud looks like this:
```json
…
-
**Describe the feature:**
As pointed out in https://github.com/elastic/kibana/pull/174714#discussion_r1514144986, our Dashboard saved object mappings should **not** include the fields that we don't w…
-
| --- | --- |
| Bugzilla Link | [500375](https://bugs.eclipse.org/bugs/show_bug.cgi?id=500375) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Aug 28, 2016 04:58 EDT |
| Modified …
-
# locals() documentation
```python
>>> print(locals.__doc__)
Return a dictionary containing the current scope's local variables.
NOTE: Whether or not updates to this dictionary will affect nam…
-
Term; QueryProvider (Selenium, AngleSharp, PlayWright, Cypress etc.)
**Goals;**
- Encouraging composition (DI, Pages)
- Encouraging GDS component usage (ComponentFactory providing default TCompone…