Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Jakub Zelenka
On Sat, Jul 5, 2025 at 1:41 AM Jakub Zelenka wrote: > On Sat, Jul 5, 2025 at 1:29 AM Ben Ramsey wrote: > >> Another thing that needs to be addressed in the RFC is how error >> reporting will work. I see this hinted at under Future Scope, but one of >> the benefits of the existing JSON Schema Com

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Jakub Zelenka
On Sat, Jul 5, 2025 at 1:29 AM Ben Ramsey wrote: > Another thing that needs to be addressed in the RFC is how error reporting > will work. I see this hinted at under Future Scope, but one of the benefits > of the existing JSON Schema Composer packages is the robust level of error > reporting they

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Jakub Zelenka
Hi On Sat, Jul 5, 2025 at 1:10 AM Ben Ramsey wrote: > There are 9 versions of JSON Schema and 11 Internet-Drafts, all of which > have expired. Many of these versions are still widely used in the wild > (draft-04, draft-05, and draft-06 come to mind as heavily used, despite > several newer versio

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Ben Ramsey
> On Jul 4, 2025, at 18:07, Ben Ramsey wrote: > >> On Jul 4, 2025, at 16:01, Jakub Zelenka wrote: >> >> Hello, >> >> I would like introduce and open discussion for RFC proposing the addition of >> JSON Schema validation support to JSON extension: >> >> https://wiki.php.net/rfc/json_schema_va

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Ben Ramsey
> On Jul 4, 2025, at 16:01, Jakub Zelenka wrote: > > Hello, > > I would like introduce and open discussion for RFC proposing the addition of > JSON Schema validation support to JSON extension: > > https://wiki.php.net/rfc/json_schema_validation > > If this is successful, it should be just the

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Jakub Zelenka
Hi, On Fri, Jul 4, 2025 at 11:49 PM Valentin Udaltsov < udaltsov.valen...@gmail.com> wrote: > On Sta, 5 July 2025 at 00:04, Jakub Zelenka wrote: > >> Hello, >> >> I would like introduce and open discussion for RFC proposing the addition >> of JSON Schema validation support to JSON extension: >>

Re: [PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Valentin Udaltsov
On Sta, 5 July 2025 at 00:04, Jakub Zelenka wrote: > Hello, > > I would like introduce and open discussion for RFC proposing the addition > of JSON Schema validation support to JSON extension: > > https://wiki.php.net/rfc/json_schema_validation > > If this is successful, it should be just the fir

[PHP-DEV] [RFC] JSON Schema validation support

2025-07-04 Thread Jakub Zelenka
Hello, I would like introduce and open discussion for RFC proposing the addition of JSON Schema validation support to JSON extension: https://wiki.php.net/rfc/json_schema_validation If this is successful, it should be just the first for further improvements (see the future scope). Kind regards,