Roman Smetanin
Results
1
issues of
Roman Smetanin
Hello. I`am trying to use schemas like this: ``` jsonschema: { type: "object", properties: { field1: { type: "object", properties: { nestedField1: { title: "schema id", type: "string" }, nestedField2:...