Felix Meschberger

Results 6 comments of Felix Meschberger

I just ran into the exact same issue. Looking at the code, it seems that the from is not fully respected in that only the request path, query, and fragment...

So in the internal API specification we have `repo:createdDate` and `repo:lastModifiedDate`. So I tend to agree. I think the asset metadata might come up with more along the lines as...

Well, JSON Schema is not the real problem, actually. JSON Schema has a type `integer` which says the _Number_ does not have a fractional part. JSON itself from a syntactic...

Technically speaking the value range of int64 compared int54 is only 1000 times larger (9E18 as compared to 9E15). I don't think we buy us much with a `format=int64`. Compared...

Technically @lrosenthol is right, that ideally there is no limit on the size and precision of `number` fields. In all practically, this does not hold true, though. Particularly RFC 7493...

I> As far as what else to do, I would be willing to consider json-schema-org/json-schema-spec#3 if we picked a very specific standard (eg. BigDecimal from Java) that it meant. Leaving...