Roberto Polli

Results 469 comments of Roberto Polli

@andreapoli molto interessante! Potrebbe essere una proposta da portare ad un tavolo più largo - magari con qualche modifica. I punti: - definire il subset minimo di dati da tracciare;...

@simontaurus hi. In Italy, all agencies are using the https://datatracker.ietf.org/doc/draft-polli-restapi-ld-keywords/03/ to tie Json schema and jsonld. This spec was designed to avoid some issues arising from using potentially protected keywords...

@simontaurus here you can see a preliminary swagger editor that interprets these keywords and renders the associate semantic resources https://italia.github.io/swagger-editor/

Hi @simontaurus, > After getting pyodide running there's now also a [python playground](https://oo-ld.github.io/playground-python-yaml/). From pydantic it's also straight forward to [generate JSON- / OpenAPI-Schemas](https://docs.pydantic.dev/latest/concepts/json_schema/), especially via [FastAPI](https://fastapi.tiangolo.com/features/) It seems a...

You can use `\@` instead of `$` so you don't need quotes, nor custom parsers :)

@gkellogg I think we should leave this issue open and write some test cases. I don't think that we will close this issue in 2022. > YAML doesn't have the...

@VladimirAlexiev I didn't know CURIE. Probably something like the following can work, but this probably requires a specialized namespace. ``` foo: !curie [gtin:70614141123451/21/2018] ``` See security considerations related to tags....

> my understanding of YAML is pretty basic, so there may be some details of the YAML syntax which are either incompatible, or not properly exploited in these ideas in...

This is another interesting direction to explore that does not seem to create inconsistencies with YAML spec, thanks Vladimir! We could then ask the YAML community if it is possible...

Can you post an example? Probably we should start collecting examples of "equivalence classes" of yaml files in this repo.