Dan Fellin
Results
1
issues of
Dan Fellin
Using Python 3.10.12 and version `jsonschema-gentypes` 2.4.0 So for this schema: ```json { "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "SubresourceUris": { "type": "object", "properties": { "feedback": { "type": "string" } }, "required":...