Skip to content

Commit 36e5eb3

Browse files
committed
Update schema version #294
1 parent 90e4330 commit 36e5eb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+81
-81
lines changed

20231019/schemas/about.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/about.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Subject",
55
"description": "The subject of the learning resource, taken from Destatis classification or OpenEduHub-Fächersystematik",
66
"type": "array",

20231019/schemas/affiliation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/affiliation.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Affiliation",
55
"description": "The organization a creator or contributor was affiliated with in the context of the creation of the resource",
66
"type": "object",

20231019/schemas/assesses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/assesses.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Assesses",
55
"description": "The item being described is intended to assess the competency or learning outcome defined by the referenced term.",
66
"type": "array",

20231019/schemas/audience.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/audience.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Intended Audience",
55
"description": "The audience the educational resource is intended for.",
66
"type": "array",

20231019/schemas/caption.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/caption.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Caption",
55
"description": "The caption/subtitle file for an audio/video resource",
66
"type": "array",

20231019/schemas/competencyRequired.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/competencyRequired.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Competency Required",
55
"description": "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.",
66
"type": "array",

20231019/schemas/conditionsOfAccess.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/conditionsOfAccess.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "conditionsOfAccess",
55
"description": "Description if login is needed to use the source.",
66
"type": "object",

20231019/schemas/context-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/context-schema.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "JSON-LD Context",
55
"description": "The JSON-LD context for the structured resource descriptions",
66
"type": "array",

20231019/schemas/contributor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/contributor.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Contributor",
55
"description": "Contributor(s) to the creation of the learning resource",
66
"type": "array",

20231019/schemas/creator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/kim/amb/20231019/schemas/creator.json",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "Creator",
55
"description": "The creator(s) of the learning resource",
66
"type": "array",

0 commit comments

Comments
 (0)