Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: json-schema-org/json-schema-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: json-schema-org/json-schema-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2019-09
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 8, 2020

  1. Merge pull request #883 from jdesrosiers/fix-applicator-schema

    Fix applicator meta-schema for unevaluatedProperties
    Relequestual committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    cc296f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. fix output schema check for absoluteKeywordLocation property

    it is possible to have both $ref and $recursiveRef in the traversed schema path
    
    (cherry picked from commit 36d9fe5)
    karenetheridge committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    1155fef View commit details
    Browse the repository at this point in the history
  2. Fix patterns and paths in output schema

    Fix a raw "$" in two patterns and add a missing "$defs" in three paths
    
    (cherry picked from commit 1b48546)
    ssilverman authored and karenetheridge committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    d4ea2dd View commit details
    Browse the repository at this point in the history
  3. remove unneeded .* from unanchored patterns

    (cherry picked from commit 325e3c4)
    karenetheridge committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    895e826 View commit details
    Browse the repository at this point in the history
  4. [900] Add missing "type" to applicator meta-schema

    (cherry picked from commit 4af51fc)
    ssilverman authored and karenetheridge committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    e28aeec View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. [954] Fix $recursiveAnchor in schema to match spec

    The spec allows values of false. This fixes the schema to match the spec.
    
    (cherry picked from commit 568e20f)
    ssilverman authored and karenetheridge committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    8a6c590 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #968 from karenetheridge/2019-09

    missing updates to existing 2019-09 metaschemas
    Relequestual authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    03fe369 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Fix 2019-09 hyperschema meta-schemas

    The links.json schema uses `$recursiveRef` wrong. In fact,
    `$recursiveRef` is not capable of expressing the relationship that was
    intended. With this version, schemas in the `links` keyword are pinned
    to the 2019-09 hyperschema dialect even if `$recursiveRef` is used to
    extend the 2019-09 hyperschema dialect. While not exactly what was
    intended, this covers all but advanced use-cases.
    jdesrosiers committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f25113a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    41014ea View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    81e6abb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    0aa7f3d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge pull request #1461 from json-schema-org/gregsdennis/remove-$voc…

    …abulary-from-vocabs-2019-09
    
    remove `$vocabulary` from vocab meta-schemas (2019-09)
    gregsdennis authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aaedf92 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request #1465 from json-schema-org/update-website-links-20…

    …19-09
    
    Update the link to the JSON Schema website for 2019-09
    Julian authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c8eb3d3 View commit details
    Browse the repository at this point in the history
Loading