Skip to content

Commit 01dad0c

Browse files
authored
Merge pull request #931 from sudo-bmitch/pr-fix-schema
Reverting json schema to well known value
2 parents 819aa94 + 293f064 commit 01dad0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

schema/config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "OpenContainer Config Specification",
3-
"$schema": "https://json-schema.org/draft-04/schema#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
44
"id": "https://opencontainers.org/schema/image/config",
55
"type": "object",
66
"properties": {

schema/content-descriptor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "OpenContainer Content Descriptor Specification",
3-
"$schema": "https://json-schema.org/draft-04/schema#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
44
"id": "https://opencontainers.org/schema/descriptor",
55
"type": "object",
66
"properties": {

schema/image-index-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "OpenContainer Image Index Specification",
3-
"$schema": "https://json-schema.org/draft-04/schema#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
44
"id": "https://opencontainers.org/schema/image/index",
55
"type": "object",
66
"properties": {

schema/image-layout-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "OpenContainer Image Layout Schema",
3-
"$schema": "https://json-schema.org/draft-04/schema#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
44
"id": "https://opencontainers.org/schema/image/layout",
55
"type": "object",
66
"properties": {

schema/image-manifest-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "OpenContainer Image Manifest Specification",
3-
"$schema": "https://json-schema.org/draft-04/schema#",
3+
"$schema": "http://json-schema.org/draft-04/schema#",
44
"id": "https://opencontainers.org/schema/image/manifest",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)