Skip to content

Commit 1e92fbe

Browse files
Add schema for EUDR-X (SchemaStore#4966)
* Add schema for EUDR-X * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2715471 commit 1e92fbe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8560,6 +8560,16 @@
85608560
"description": "Space Station 14 RSI validation",
85618561
"fileMatch": ["**/*.rsi/meta.json"],
85628562
"url": "https://raw.githubusercontent.com/space-wizards/RobustToolbox/refs/heads/master/Schemas/rsi.json"
8563+
},
8564+
{
8565+
"name": "EUDR IOP Standard Exchange Format (EUDR-X)",
8566+
"description": "structured exchange of data related to the EU Deforestation Regulation (EUDR)",
8567+
"fileMatch": ["*eudr-x.json"],
8568+
"url": "https://raw.githubusercontent.com/initiative-online-print/eudr-iop-standard-exchange-format/refs/heads/main/json/schema.json",
8569+
"versions": {
8570+
"1.0.0": "https://raw.githubusercontent.com/initiative-online-print/eudr-iop-standard-exchange-format/refs/tags/v1.0.0/json/schema.json",
8571+
"2.0.0": "https://raw.githubusercontent.com/initiative-online-print/eudr-iop-standard-exchange-format/refs/tags/v2.0.0/json/schema.json"
8572+
}
85638573
}
85648574
]
85658575
}

0 commit comments

Comments
 (0)