-
**Describe the bug**
Properties with anyOf schema are striped out from output transformers.
Given the following schemas:
`user/model.yml`
```yaml
anyOf:
- $ref: ./driver/model.yml
- $ref:…
-
**Is your feature request related to a problem? Please describe.**
https://github.com/elastic/detection-rules/pull/2319
https://github.com/elastic/detection-rules/pull/2319#pullrequestreview-1116099…
-
This is a proposal from Google to support a richer representation of shipping details (such as delivery cost and speed) and make this kind of data explicit. If adopted by schema.org and publishers, we…
-
-
HI,
I'm using datacontract cli version 0.10.10
and tried to import a sql ddl file (postgres db syntax) into a datacontract yml but numeric is translated into "variant".
Table table and colu…
-
Some enhancements I'd be happy port from [my project](https://github.com/python-lapidary/lapidary-render/):
- parametrized Reference (#39)
- ExtendableModel (#40, also validate extended properties s…
-
### Bug description
the following query gets the posts created by someone followed by user with id `1` (like a timeline)
```ts
await prisma.posts.findMany({
select: {
id: true,
},
where:…
-
List of sources describing dataset classes:
- [IPT manual](https://ipt.gbif.org/manual/en/ipt/latest/how-to-publish)
- [dataset classes page](https://www.gbif.org/dataset-classes)
Align what is requ…
-
related to #33
-
I'm very likely doing something wrong. Could use a clue. I have a struct I'm using to translate from json to parquet files. I have not figured out how to use the same 'time.Time' field for both json a…