Object construction from a JSON representation
factory JsonSchemaObject.fromJson(Map<String, dynamic> json) => _$JsonSchemaObjectFromJson(json);