Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ory/jsonschema

JSONSchema (draft04, draft06, draft07) Validation using Go
https://github.com/ory/jsonschema

pass tests without internet connection

c80c92efb8e0e66e6234d7f709525ffba1792f0d authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
add relative-json-pointer format

5a5575f6d282e3f9e9d05c656fec84fe49064c6c authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
add time format

ded911528b8c39dfd16b5403d93d35928fc49bb4 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
add date format

3d3d159799545c8c7854cdbb40df9ce004d54e17 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
fix: non-empty json-pointer should start with "/"

92a0b194b514d53cc6757b31db1f67e8856afb15 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
implement contentEncoding, contentMediaType

680f6168cfc810ffcf5a6565f0fd85e430c721f0 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
compile contains, propertyNames using loadSchema

d3a2706aff126711383434749f26b175233e1f95 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
implement if-then-else for draft07

a873a0b32cf00bbc6433469abe551a078cee80de authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
add draft7 format tests that are compatible

e7448aad70869d34c78786c2d68c7c76961fb391 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
add draft7 tests that are compatible with draft6

fbb0cdf4b494759cc55d0f86765f422fb1618c86 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
introduces draft07 and updates latest

05d1b3ed6db3882349a094d2fc9154e7e623ac2a authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
Export Schema struct fields

closes issue#9

3c5842b046998907ad088c0f35f0a48eec83a5e8 authored over 6 years ago by Santhosh Kumar Tekuri <[email protected]>
Merge pull request #7 from graphaelli/serve-local

bind http server to localhost

8b6ee270de08ad0ac2b96a1a926e3e3fcd22578d authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
Merge pull request #8 from graphaelli/sync-draft6

sync draft6 test-suite updates

7fc2ab9b1a44c650a09b348233f1c9d18c3bae58 authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
bind http server to localhost

refs all reference localhost anyway

4bc7e8e376d7721d894c9d67bb6684fecfda238c authored almost 7 years ago by Gil Raphaelli <[email protected]>
sync draft6 updates

excluding those to optional

76be2a965b98c1abb5512a10aee2bde96342279d authored almost 7 years ago by Gil Raphaelli <[email protected]>
Do not panic when invalid jsontype encountered

fixes issue #6

91ff43df0813581f639f6a5d6e4d555fd02894f0 authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
allow int, int32, int64 as jsonNumber

4eb6d64a0f783732deb9e49a260855dff8be8176 authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix spelling

26845c6d7d5705dff725fe501ed1ea0423a8c06e authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix stack overflow

9d6256e0d97f9102cb6cfbafeb74907e94017a3f authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix spelling "schema" to "scheme"

012da69e76e27ad439a3cb8ded580acde3a8646e authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
allow to override default http client used

db9862813f9c8a4d8cefd39a3e43864e4456d27b authored almost 7 years ago by Santhosh Kumar Tekuri <[email protected]>
document "ValidateInterface()"

63accc9deedeee33b7caf4e241f8a9ebdf031069 authored about 7 years ago by Santhosh Kumar Tekuri <[email protected]>
ValidateInterface documented

fc7c39bac47bdcb92693212534ef6e4976ac7c0e authored about 7 years ago by Santhosh Kumar Tekuri <[email protected]>
export internal validate(interface{}) as ValidateInterface(...)

b7a5b2f2d7c3acfbee30bd8c3779f4f163832b21 authored about 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fixed doc

1d461e6faf3a8748e96af0d198ed535a3b28b35d authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
Merge pull request #3 from miktwon/master

fix README.md json-schema from in-memory

dc1767099233177f19f8b11f7f20c5746c5b7e75 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix README.md json-schema from in-memory

7fa8baf6597ab7d8f28516571974ea8a21cb427b authored over 7 years ago by miktwon <[email protected]>
resolving by id alwyas gives map schema

3968f5a2fa9b81399766f843162c5c06ee1e6aba authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
return just error in compileMap(...)

fbffd7d564ae723efe399a78f40491bcf8336619 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
compile additionalItems only if items is array

d30feb68d1568d20615df0bcbe88a9e6917a8726 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
increase coverage

1acaf99d483c63244d1a7b0e82724c1103ff645d authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix panic in resolvePtr method

f3bf147c357ff471d8d974490e4f404283c45e27 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
use io.Reader rather than []byte

f39e0abb728c0ebc5fe3cbeb8471a030ca58e546 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
simplify code

1336d75360b31f466b5ac02d1aa0cccdbad2e816 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
increase coverage

0a2d1c84c0262be47346c89bcadc79e1d248da90 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix: only jsonpointer fragments are uriescaped

f1c6dc53666a2a9870f3178c2a6c34bfedf0d208 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
check invalid urlescape in json-pointer format

4caaeeabb1fb7e9e0e2bbe5ea26ba212cc9b705a authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
remove dead code

s is never null in complileMap arguments

8a692faeeca518bf19b12ef9c29ef2aec7a637c2 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
simplify

e532be08aae01dfd187477b892b0af83703e7a96 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
multipleOf is always greater than zero

6ab6302eddc4c127999aa5ddfc20e06c814daa7e authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix formatting

b14a177c09e556b353bbe8a085a8622b4ba65821 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add more tests

d93459ad30945028b704dcdbcdf54385c23387c4 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add more invalid schema tests

7f4cfc33786c612be04e922772c5ef01dcb89df7 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
use MustCompile in init func

1a56184b6beb202db76aff5609be5ffd41c7d624 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
use tab ident

e037c84d5da134dcb2ab069f56aa3af13fd0a9e0 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
correct word

ca95fcdc40e1079dba6b8cf7457fb38672778cb3 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
moved validateSchema method from Compiler to Draft

375d69cd443b87d132baa71e23a268bd5b76bb89 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
updated docs

4115303263859ca36c8d4362118b55d2b76c7add authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
handle boolean schemas in resolveIDs(...)

d670cd63240f264ae3b56988f3eaa08c42a7aeaa authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
dont compile draft6 additions in draft4

7ffec24373129e48ad04a3429e3d5dcb18aa7ab0 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
implement draft6 formats

8ec40bd3fc9e2eeec4f6000e09100777df74a7e3 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
remove todos

5db6e66cb282a709e05b9f1a8032fe7d55e93292 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add more tests

e770b1688cb84e3828db19feb15cd3097ed9c638 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add missing draft4 tests

2aeffe067c9176569dd69fec2830395d4889d997 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
match test folder structure with json testsuite

43d546f6b5672f70648b0ddd277e2a40d35b8356 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix id usage in resolvePtr

f166257ab150ae6029bb9df20b69acc1b3adcf9a authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
tract draft during compilation

dfde23fa7773511301600b66028d327674e01f3e authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add $ref tests

942ff7ee8b2e1c5280b2af18481a0e673f3da949 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
Merge branch 'master' into draft6

7ba3694282549e2ddb34855fea97f68a3c40dc91 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add missing tests in ref.json

cfb4d2dfde265a2a686de0568bffceec8ac8ea30 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
support boolean schema in compileRef

f46ebb1d325aabf60f12e84c40908c5ab05fb89f authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add draft6 tests

03153e8f083bfbb751cbf9883f577f4f76fcd146 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
implement exclusiveMinimum, exclusiveMaximum

028ef3a4875c54c8b6dbbbba759b694152a2ff9f authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
implement contains

5a4e30743923b26a1f114673c1fff7b661897fbf authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
implement boolean schema, propertyNames

ec8c463480fc86fc8360c8720031b5850857978f authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add Draft type

8b82e09bba877124c18039081caac35954e84fbd authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add const tests

393a36540862721a5594970fdd876468f4a50dfd authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
simplify TestValidate output

7e1d2cddb0cfcbbb88bef2520e7aeb54c146afa2 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add *Compiler.MustCompile(url) method

6d2813a88daf084dc91324d30899b2088d55b400 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix spelling

e686f919d40a8be57096419dcd21b1b908124fcb authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix doc: Schema.Validate(...) take byte slice

b8447d0b51bda8c7d14b4ed1140030d488d59442 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix spelling

bbcf314c040201be223a5135347aa9b2cbd745a8 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add license badge

0c7c8a23f634de145086eec75d2d4187130caedc authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
extract json decoding to func

2e0f46d1934103612c71b769100e95c00ed36876 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add doc to unexported

7809e7e83012670d1211b52b51ceff3f335cdcc7 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
change Schema.ptr from *string to string

a7c4b3603381da58bd80e17ec00a76ed65a67a84 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
correct spelling

9beebf673416484cc5c80c0ebf54c58f27af471a authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
explain error context

40af3fe84221861b7d2d7831bdf2bfa8c8bf6aeb authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
include complete draft4 meta-schema url

ee2f9082cb56eda1c0e3558f3534414888eef821 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
improve error context

3ce9989a32d05096bb89b8a0201823f61b1c0388 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add more tests

9f4832cd843fe9db1c8c9d60bc1c7a8ecd68c88d authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add tests for enum object

0ad65057413a3aa1552373fcdb32279beeadac03 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
check key existing before comaparing

af69eab1c0db44e2ecd8b9ede4d505237b6314a8 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
quote property names in error message

50c29f0e9c80d941f01a6d1083d154808c78fd9c authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
simplify

de4260c15aecf96db4b0d49aa339ee86cfca7999 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
capture format func at compile time

b2862088bd7979f3b578b06e1a97c696fed4c6ca authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
simplify

1ebf29ebc1ddb0573a65a4b5af760569c1c44aa1 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add -coverpkg flag

55a9dff489c12fb3f569224fa92f12d5b0b96a80 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add -v flag to "go test"

e3f2d08408041e92c1060a03a7edf24529633f3f authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
merge coverage reports of all packages

aeac6972b8049a75e129ca7dc764703e5a9ce45f authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
refactoring

ca85a6e5b1ab7a457ed8691a6be5b424bfe60373 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
use net/mail for extra email validation

63e8f6a7a750e797005a31e04b18cc82dde978bf authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add new test for coverage

20b3374c4fa30529fb3717c3cdd646fa57126938 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
give std error message on multiple-json

b02cbe37e3fa00fb32677a08652cc10378bcedc0 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add codecov status

2a71bddad9b47642f66de541e725bbda9e0090c8 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
fix cmd

ed0043bf1654c93d1ad749282c778de432cc11f9 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add codecov

cd879d6dfcb3ee1bd6deb6d7e11106a63ff367e6 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
add build status

2da0d236390153f483a742470a749157914cc6de authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>
enable Travic CI

3d11634b750bfe1c0a29ab83981d6020a9e0edd9 authored over 7 years ago by Santhosh Kumar Tekuri <[email protected]>