Slide 23
Slide 23 text
LET’S CREATE AN OPEN FORMAT
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "exam",
"description": "ABPM exam",
"properties": {
"version": {
"type": "string",
"description": "Schema version",
"default": "1.0.0",
"pattern": "^(\\d+\\.)?(\\d+\\.)?(\\d+)$"
},
…
2023.07.20 - Unlocking Healthcare Data - Stefano Cotta Ramusino - EuroPython 2023