json-schema-spec icon indicating copy to clipboard operation
json-schema-spec copied to clipboard

The JSON Schema specification

Results 247 json-schema-spec issues
Sort by recently updated
recently updated
newest added

I've been trying to implement $recursiveRoot and $recursiveRef myself, and it's pretty gnarly. I think we were trying to keep it super simple for implement, but it ended up having...

Type: Enhancement
Priority: Low
core

This issue suggests that some sentences or a paragraph be added to the $anchor section in the core spec describing the logic behind the character set choice. It doesn't match...

Status: On Hold
core

There's still an ambiguity when defining an integer. (Note: This issue isn't here to debate how one defines an "integer" for JSON schemas.) It says in [core/section 6.3](https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.6.3): > "For...

core

CBOR ([RFC7049](https://tools.ietf.org/html/rfc7049), http://cbor.io/) is considered a binary version of JSON, however it implements a superset of functionality, including native dates, byte (octet) strings (JSON is UTF), integers, URIs, and different...

question
core

EXI for JSON https://www.w3.org/TR/exi-for-json/ is a method of compressing JSON into a compact binary form, using the algorithm defined by EXI (originally defined for XML). For draft-5, we need not...

Type: Enhancement
core

JSON Hyper-Schema is very much on its own path separate from JSON Schema Core and Validation. I've been going through the issues, and it's a bit hard to see the...

administrative

it seems that -07 recommends using `schema`-typed links (as one method) to link an instance to a schema. this link relation is not registered (yet). this means either there should...

core

Based on discussion on slack, @handrews suggested I post an issue relating to section 3.1 [Keyword Behaviours](https://github.com/json-schema-org/json-schema-spec/blob/0cce8aae6f8a5846a9df1a5f6a7ba1664484881b/jsonschema-core.xml#L125). I believe I understood the principals explained correctly, however I feel this may...

core
clarification

The "Keyword Interactions" section of the core spec currently reads as: > Keyword behavior MAY be defined in terms of the annotation results of subschemas (Section 4.3.3) and/or adjacent keywords....

Priority: Medium
clarification

Our quality levels on the meta-schemas have been unacceptable (and I'm the one who has made most of the meta-schema changes, so I'm primarily criticizing myself here, although the problem...

Priority: High
Type: Bug
administrative