schemas: fcmaterials_journal: Fix $id from rename

This commit is contained in:
Athanasius 2022-09-02 13:48:37 +01:00
parent b3876824f7
commit 33d6e8fe2e
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -1,6 +1,6 @@
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"id" : "https://eddn.edcd.io/schemas/fcmaterials/1#",
"id" : "https://eddn.edcd.io/schemas/fcmaterials_journal/1",
"type" : "object",
"additionalProperties" : false,
"required": [ "$schemaRef", "header", "message" ],