Results 1 issues of Toky Rakotondratsimba

``` { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Table", "definitions": { "dataSource": { "properties": { "type": { "type": "string", "enum": [ "postgres", "script" ], "default": "postgres" } }, "type": "object" } }, "properties":...