github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft-next/metaschema-no-validation.json (about)

     1  {
     2      "$schema": "https://json-schema.org/draft/next/schema",
     3      "$id": "http://localhost:1234/draft-next/metaschema-no-validation.json",
     4      "$vocabulary": {
     5          "https://json-schema.org/draft/next/vocab/applicator": true,
     6          "https://json-schema.org/draft/next/vocab/core": true
     7      },
     8      "$dynamicAnchor": "meta",
     9      "allOf": [
    10          { "$ref": "https://json-schema.org/draft/next/meta/applicator" },
    11          { "$ref": "https://json-schema.org/draft/next/meta/core" }
    12      ]
    13  }