Jesus de Gregorio

Results 16 comments of Jesus de Gregorio

Just to understanda the issue... why the schema in the OP is supposed to be wrong?? In my view, the schema is correct, and it simply says that property "bar"...

I think that the definition above is actually correct. It requires the type ActualData to comply with the following constraints: - It must be an object - It may have...

Hi again, The example above is a narrowed-down excerpt, that comes form a real-life API, but I guess it looks like a non-realistic and convoluted example, having such artificial data...

Looks to me like a CORS issue. This is from the browser console: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://www.micro-work.net/covid/v1/jhu/swagger.json. (Reason: CORS header...

@kspviswa, the "notify" operation is modelled with a ```callback``` section under the POST method on the ```/subscriptions``` path in API ```TS29520_Nnwdaf_EventsSubscription.yaml``` (same as all other notifications in other APIs in...

Thanks for the feedback @akosladanyi The intention is to have these units as "multiplier = 1000", so the only one that seems to be wrong is "Kbps" that should've been...

thanks a lot @krystian-lieber for reporting the issue; i have contacted my colleagues working with that spec (TS 32.291), so it can be fixed in coming 3GPP meetings. I'll leave...

Hi @totaluserkksssssks, you may want to have a look at projects such as [swagger-api/swagger-codegen](https://github.com/swagger-api/swagger-codegen) or [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator). Both claim to support python/flask for generation of server stubs. The server-side generators included...

It's intentional, and the reason is that the URI structure you refer to: ```{apiRoot}/{serviceName}/{serviceVersion}``` is intended for those services registered in NRF (and later on discovered via NRF Service Discovery)....

Hi Oriol, Yes, you are correct, both 29.571 and 29.510 API make reference ($refs) to each other. This is something allowed by the OpenAPI spec, and the resolution works fine....