diff --git a/doc/json-schema/mkvmerge-identification-output-schema-v4.json b/doc/json-schema/mkvmerge-identification-output-schema-v4.json index ca40f81ed..46363c9e6 100644 --- a/doc/json-schema/mkvmerge-identification-output-schema-v4.json +++ b/doc/json-schema/mkvmerge-identification-output-schema-v4.json @@ -89,24 +89,12 @@ "description": "States whether or not the container has timestamps for the packets (e.g. Matroska, MP4) or not (e.g. SRT, MP3)", "type": "boolean" }, - "segment_uid": { - "description": "A hexadecimal string of the segment's UID (only for Matroska files)", - "type": "string", - "minLength": 32, - "maxLength": 32 - }, "next_segment_uid": { "description": "A hexadecimal string of the next segment's UID (only for Matroska files)", "type": "string", "minLength": 32, "maxLength": 32 }, - "previous_segment_uid": { - "description": "A hexadecimal string of the previous segment's UID (only for Matroska files)", - "type": "string", - "minLength": 32, - "maxLength": 32 - }, "other_file": { "description": "An array of names of additional files processed as well", "type": "array", @@ -140,6 +128,18 @@ "type": "integer", "minimum": 0 }, + "previous_segment_uid": { + "description": "A hexadecimal string of the previous segment's UID (only for Matroska files)", + "type": "string", + "minLength": 32, + "maxLength": 32 + }, + "segment_uid": { + "description": "A hexadecimal string of the segment's UID (only for Matroska files)", + "type": "string", + "minLength": 32, + "maxLength": 32 + }, "title": { "type": "string" }