From de4c4dae51136a66be0959c07901f8e9e862b997 Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 8 Jul 2024 08:36:28 +0100 Subject: [PATCH] Fixed linting --- content/docs/standard/table-schema.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/standard/table-schema.md b/content/docs/standard/table-schema.md index 7867ecd2..8b7acb2c 100644 --- a/content/docs/standard/table-schema.md +++ b/content/docs/standard/table-schema.md @@ -709,6 +709,7 @@ The value of the field `MUST` exactly match one of the values in the `enum` arra - Implementations `SHOULD` report an error if an attempt is made to evaluate a value against an unsupported constraint. - A constraints descriptor `MAY` contain multiple constraints, in which case implementations `MUST` apply all the constraints when determining if a field value is valid. - Constraints `MUST` be applied on the logical representation of field values and constraint values. + ::: ## Related Work