Skip to content

Commit a0bf73b

Browse files
authored
Added support for new versions of ODCS and introducing ODPS, open stdandards part of Bitol, a Linux Foundation project. (SchemaStore#4851)
1 parent 9db6f37 commit a0bf73b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4114,14 +4114,25 @@
41144114
},
41154115
{
41164116
"name": "Open Data Contract Standard (ODCS)",
4117-
"description": "Open Data Contract Standard contract file",
4117+
"description": "Open Data Contract Standard contract file, from the Bitol project at The Linux Foundation",
41184118
"fileMatch": ["*.odcs.yaml", "*.odcs.yml"],
41194119
"url": "https://raw.githubusercontent.com/bitol-io/open-data-contract-standard/main/schema/odcs-json-schema-latest.json",
41204120
"versions": {
4121+
"v3.0.2": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.2.json",
4122+
"v3.0.1": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.1.json",
41214123
"v3.0.0": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v3.0.0.json",
41224124
"v2.2.2": "https://github.com/bitol-io/open-data-contract-standard/blob/main/schema/odcs-json-schema-v2.2.2.json"
41234125
}
41244126
},
4127+
{
4128+
"name": "Open Data Product Standard (ODPS)",
4129+
"description": "Open Data Product Standard descriptor file, from the Bitol project at The Linux Foundation",
4130+
"fileMatch": ["*.odps.yaml", "*.odps.yml"],
4131+
"url": "https://raw.githubusercontent.com/bitol-io/open-data-product-standard/main/schema/odps-json-schema-latest.json",
4132+
"versions": {
4133+
"v0.9.0": "https://github.com/bitol-io/open-data-product-standard/blob/main/schema/odps-json-schema-v0.9.0.json"
4134+
}
4135+
},
41254136
{
41264137
"name": "Outblocks project configuration",
41274138
"description": "Outblocks project configuration files",

0 commit comments

Comments
 (0)