Skip to content

Commit 81da4e3

Browse files
author
Clemens Vasters
committed
Add required \ to multiple-inheritance sample schema
1 parent e714922 commit 81da4e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/core/12-multiple-inheritance/schema.struct.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://json-structure.org/meta/core/v0/",
3+
"$id": "urn:example:schema",
34
"name": "MultipleInheritanceExample",
45
"version": "1.0",
56
"description": "Demonstrates multiple inheritance using $extends with an array of JSON Pointers",

0 commit comments

Comments
 (0)