catull
catull
By the way, is this issue now resolved ? Code was merged in august of 2022.
@subratawebops At least have the curtesy and describe what you tried. Also, it would be very helpful if you provide a snippet or a link. The more you give, the...
Thanks @viktor25 ! Saved my day.
@mringer The trick is to initialise `ajv` to be aware of draft6 of JSON schema. Check out my repo [`angular2-json-schema-form-issue-287`](https://github.com/catull/angular2-json-schema-form-issue-287). It does not run on StackBlitz yet: https://stackblitz.com/github/catull/angular2-json-schema-form-issue-287. Locally, it...
@mringer Either that, or there could be an initialisation hook that hands you an `ajv` instance and you can perform any action. Something like this ```html ``` You would implement...
@mringer I have around 20 schemata, most of them are independent. A few reference one of the other schemata. All of them must be "spoon-fed" upfront to `ajv`, first all...
@mringer Allow me to suggest to switch to [ng-json-schema-form](https://github.com/shamoons/ng-json-schema-form), a fork by [Shamoon Siddiqui](https://github.com/shamoons) He announced to carry on with `angular2-json-schema-form` [here](https://github.com/dschnelldavis/angular2-json-schema-form/issues/263#issuecomment-391005809). In that issue, you will learn that `angular2-json-schema-form`...
@RichardMViGEM Nice try. That repo is a fork, @dschnelldavis has no involvement with [`ngx-json-schema`](https://github.com/catull/ngx-json-schema). @dschnelldavis has build a good library, I am not taking any credit for it. [`ngx-json-schema`](https://github.com/catull/ngx-json-schema) is...
How about you give us more context ? Do you think we can help you with so little information ? It is obvious that whatever you are doing, you most...