From 0618f747ac4ddd874f7f93e3f92093fa25e0b106 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Wed, 29 Sep 2021 09:37:11 +0100 Subject: [PATCH] metainfo: Clarify requirements, types --- versions/ufo3/metainfo.plist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions/ufo3/metainfo.plist.md b/versions/ufo3/metainfo.plist.md index 1fa2ddbe..3c564a47 100644 --- a/versions/ufo3/metainfo.plist.md +++ b/versions/ufo3/metainfo.plist.md @@ -15,9 +15,9 @@ The property list data consists of a dictionary at the top level. The keys and v {: .name-type-description} | key | type | description | |--|--|--| -| creator | string | The application or library that created the UFO. This should follow a [reverse domain naming scheme]. For example, *org.robofab.ufoLib*. | -| formatVersion | int | The major version number of the UFO format. 3 for UFO 3. | -| formatVersionMinor | int | The minor version number of the UFO format. Optional if the minor version is 0, must be present if the minor version is not 0. | +| creator | string | The application or library that created the UFO. This should follow a [reverse domain naming scheme]. For example, *org.robofab.ufoLib*. Optional. | +| formatVersion | non-negative integer | The major version number of the UFO format. 3 for UFO 3. Required. | +| formatVersionMinor | non-negative integer | The minor version number of the UFO format. Optional if the minor version is 0, must be present if the minor version is not 0. | ### Example