Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / alecthomas/jsonschema issues and pull requests

#118 - fixed splitting of regexes

Pull Request - State: closed - Opened by gutjuri over 2 years ago - 2 comments

#112 - Use additionalProperties instead of patternProperties

Pull Request - State: closed - Opened by mitar over 2 years ago - 6 comments

#111 - Support JSONSchemaType on any type

Pull Request - State: closed - Opened by mitar over 2 years ago - 1 comment

#106 - Allow Go code comments to be used as source of schema descriptions

Pull Request - State: closed - Opened by samlown over 2 years ago - 3 comments

#105 - Update reflect.go

Pull Request - State: closed - Opened by jrkt over 2 years ago

#101 - Adding const to Type

Pull Request - State: closed - Opened by chrusty over 2 years ago - 3 comments

#100 - Add support for custom schema types for arrays, slices and maps

Pull Request - State: closed - Opened by patrick246 over 2 years ago - 1 comment

#99 - Support read & write only

Pull Request - State: closed - Opened by adeyahya over 2 years ago - 1 comment

#97 - Allow null values for array and maps

Pull Request - State: closed - Opened by derekhuizhang almost 3 years ago - 2 comments

#96 - Add missing fixture

Pull Request - State: closed - Opened by inteon almost 3 years ago - 1 comment

#94 - Make map[int] validate correctly in schema

Pull Request - State: closed - Opened by s00500 almost 3 years ago - 3 comments

#92 - Add support for retrieving docs from GetFieldDocString function

Pull Request - State: closed - Opened by inteon almost 3 years ago - 2 comments

#91 - feat(array): add enum support for array property types

Pull Request - State: closed - Opened by jimeh almost 3 years ago - 1 comment

#90 - Support json.RawMessage

Pull Request - State: closed - Opened by minus7 almost 3 years ago - 3 comments

#88 - Support custom type definitions

Pull Request - State: closed - Opened by samlown about 3 years ago - 1 comment

#87 - Add CI using GitHub actions

Pull Request - State: closed - Opened by dcermak about 3 years ago - 1 comment

#86 - Add PreferYAMLSchema flag to Reflector to generate yaml schemas

Pull Request - State: closed - Opened by dcermak about 3 years ago

#85 - implement type name resolver for embed structs

Pull Request - State: closed - Opened by devsergiy about 3 years ago - 4 comments

#82 - Fix defenition cross package collision

Pull Request - State: closed - Opened by yegorkir over 3 years ago

#81 - Additional fields

Pull Request - State: closed - Opened by muff1nman over 3 years ago - 2 comments

#80 - recognize yaml inline

Pull Request - State: closed - Opened by muff1nman over 3 years ago

#79 - Allow typenames to be customized

Pull Request - State: closed - Opened by muff1nman over 3 years ago

#77 - extend jsonschema extras to support more data types

Pull Request - State: closed - Opened by sklrsn over 3 years ago - 2 comments

#76 - wip: unit test to recreate issue #65, this will fail

Pull Request - State: closed - Opened by rawlingsj over 3 years ago - 1 comment

#75 - Add nullable tag

Pull Request - State: closed - Opened by alessiodionisi over 3 years ago - 4 comments

#74 - Add YAMLEmbeddedStructs option

Pull Request - State: closed - Opened by jared2501 over 3 years ago - 5 comments

#72 - Handle byte slices as type alias

Pull Request - State: closed - Opened by davedoesdev about 4 years ago

#71 - Add DoNotReference and FullyQualifyTypeNames

Pull Request - State: closed - Opened by tooolbox about 4 years ago - 1 comment

#70 - Do Not Reference, Fully Qualify Type Names

Pull Request - State: closed - Opened by tooolbox about 4 years ago - 5 comments

#69 - Modified jsonschema_extras behaviour

Pull Request - State: closed - Opened by jaskirat8 about 4 years ago - 4 comments

#66 - Extras can merge values of similar key to array of values

Pull Request - State: closed - Opened by jaskirat8 about 4 years ago - 4 comments

#64 - Add custom extension point.

Pull Request - State: closed - Opened by tmyjoe over 4 years ago

#63 - feat: Specify custom type for struct

Pull Request - State: closed - Opened by qin-nz over 4 years ago - 1 comment

#62 - fix: migrate definitions fields to 2019-02 spec

Pull Request - State: closed - Opened by c9s over 4 years ago - 3 comments

#60 - fix: interface must not be restricted to object type

Pull Request - State: closed - Opened by sguiheux over 4 years ago - 8 comments

#58 - Add naming conventions option

Pull Request - State: closed - Opened by eberkund over 4 years ago - 1 comment

#57 - Fix Schema Marshaling

Pull Request - State: closed - Opened by tooolbox over 4 years ago - 2 comments

#55 - Add Basic Enumerations

Pull Request - State: closed - Opened by tooolbox over 4 years ago - 2 comments

#53 - Extra Fields on Generated Types

Pull Request - State: closed - Opened by tooolbox over 4 years ago - 3 comments

#51 - Ordered properties

Pull Request - State: closed - Opened by tooolbox over 4 years ago - 1 comment

#47 - feat: add oneof ( required and type ) tag

Pull Request - State: closed - Opened by sguiheux over 4 years ago - 2 comments

#44 - Fixed Example

Pull Request - State: closed - Opened by jaskirat8 over 4 years ago

#38 - Export embed struct with json tag independently

Pull Request - State: closed - Opened by nigelis about 5 years ago - 2 comments

#36 - Add ability to ignore struct types in schema

Pull Request - State: closed - Opened by abayer about 5 years ago

#35 - fix: ignore anonymous fields if not of type struct

Pull Request - State: closed - Opened by richardlt about 5 years ago - 2 comments

#34 - Generic keywords: support `default` and `examples` for simple types and array

Pull Request - State: closed - Opened by hmalphettes about 5 years ago - 2 comments

#33 - Generic keywords support: title, description, examples, default

Pull Request - State: closed - Opened by hmalphettes about 5 years ago - 1 comment

#32 - Fix handling of structs with unnamed fields, add ability to ignore types

Pull Request - State: closed - Opened by abayer about 5 years ago - 2 comments

#29 - Add support for pattern tag

Pull Request - State: closed - Opened by williammartin over 5 years ago

#28 - Support yaml tags

Pull Request - State: closed - Opened by kindermoumoute over 5 years ago - 3 comments

#24 - Add enum support via interface

Pull Request - State: closed - Opened by wader almost 6 years ago - 3 comments

#23 - "simple" enum support for "small" strings

Pull Request - State: closed - Opened by dionysius about 6 years ago - 1 comment

#22 - `oneOf` implementation

Pull Request - State: closed - Opened by welps about 6 years ago - 6 comments

#21 - AnyOf implementation prototype

Pull Request - State: closed - Opened by bunyk over 6 years ago - 1 comment

#20 - Array support (updated)

Pull Request - State: closed - Opened by bunyk over 6 years ago

#19 - Array support (updated)

Pull Request - State: closed - Opened by bunyk over 6 years ago - 1 comment

#17 - Array support

Pull Request - State: closed - Opened by egag over 6 years ago - 1 comment

#16 - add jsonschema ignore tag

Pull Request - State: closed - Opened by egag over 6 years ago

#15 - Add json-schema keywords in generator

Pull Request - State: closed - Opened by kyawmyintthein over 7 years ago - 3 comments

#14 - add godoc icon

Pull Request - State: closed - Opened by zamicol over 7 years ago

#13 - Expanded toplevel struct

Pull Request - State: closed - Opened by shabinesh over 7 years ago - 3 comments

#12 - Expanded toplevel schema

Pull Request - State: closed - Opened by shabinesh over 7 years ago - 6 comments

#11 - Optionally specify required struct fields using a jsonschema tag

Pull Request - State: closed - Opened by negz over 7 years ago - 2 comments

#10 - Support protobuf flavoured JSON

Pull Request - State: closed - Opened by negz over 7 years ago - 2 comments

#9 - Expect byte slices to be encoded as base64

Pull Request - State: closed - Opened by negz over 7 years ago - 1 comment

#7 - Add all validation types. Include comments to RFC sections.

Pull Request - State: closed - Opened by zamicol over 7 years ago

#6 - Add `$schema` keyword support

Pull Request - State: closed - Opened by zamicol over 7 years ago - 1 comment

#4 - Unexported and anonymous fields support

Pull Request - State: closed - Opened by elgris over 8 years ago

#3 - Added logic to ignore unmarked fields when generating list of properties

Pull Request - State: closed - Opened by elgris over 8 years ago - 4 comments

#1 - added needed fields to jsonshcema

Pull Request - State: closed - Opened by dvirsky almost 9 years ago - 1 comment