Matthias Mohr

Results 686 comments of Matthias Mohr

I guess passing through rejectUnauthorized would work. But until then I guess I can use `process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;`

Especially useful for recursive schemas, they completely fail with a "Maximum call stack size exceeded" error

The example by @pali conflicts with https://github.com/OAI/OpenAPI-Specification/blob/master/proposals/003_Clarify-Nullable.md nullable: true doesn't add "null" to the values of the enum and thus is not allowed. The allOf needs to look like this:...

In discussions with OAF and STAC participants during the sprint in Arlington we agreed that /search makes most sense for us as /items would conflict with other use cases. Here's...

Do I understand correctly that the CRUD operations are only defined for items? How would I create a new collection or change/delete an existing collection?

Thanks, @pvretano. Are you aware of any WG that actually is going to define such an extension anytime soon? I guess the natural place would be Commons. (Same for collection-level...

Thanks. So then maybe the C/U/D operations for collections will evolve in openEO based on how they've been defined for items and be brought back from there to STAC and...

STAC will look into replacing their Transaction extension with OGC API - Features - Part 4: Simple Transactions in the next month(s). That will likely lead to implementations, too. Depending...

Just curious: Why is this tagged with "support in extension"?

Wouldn't that lead to quite some redundant work as two separate OpenAPI definitions need to be maintained in the specs? I'm just wondering, because it also seems that if you...