-
It should be way easier to parse and a lot faster
Here's the documentation: http://wiki.musicbrainz.org/Development/JSON_Web_Service
-
This repo currently tracks both:
1. Data model definitions for the DSPCore and extensions, in `.ttl`
2. Jade schema definitions roughly mapping to the data model, in JSON
The more I think about i…
-
How do we properly pass errors? Right now, all errors are returning as `"Lambda:Unhandled"`.
Any way to customize `errorType`, `errorInfo`?
```
{
"data": null,
"errors": [
{
"…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Im currently using PyDKAN to create Datsets. I want to do this with a json that contains all Meta Data I need to know. The problem ist the structure of such a json file. I tried :
```
{
"body…
-
##### Description
I got the following error when generate code by using `openapi-generator-maven-plugin`.
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:com…
-
The transit model needs some love and care. RT-updates is error prone and inefficient, and almost impossible to maintain. The Raptor integration is unnecessarily complex.
## Goals
- Make a better…
-
### Bug description
I've decided to try embedding mongodb documents with the [new update](https://www.mongodb.com/community/forums/t/prisma-orm-odm-v3-10-0-adds-support-for-embedded-documents/149381)…
-
Looking to include a simple mapping to another concept (a skos:exactMatch), I found that I couldn't include the set of mappings in my primary block, because my mappings are an anonymous array and item…
-
IT would be excellent if anyone wanted to look into improving the current parsing engine for structured extraction!
Currently:
- we take common Julia types
- unwrap their fields
- recursive fin…