From 24146b7b278fbd7ef8bf811f20da02c5a4fcbb1c Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 3 Mar 2023 14:43:41 -0500 Subject: [PATCH] - adds a char format description --- registries/_format/char.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 registries/_format/char.md diff --git a/registries/_format/char.md b/registries/_format/char.md new file mode 100644 index 0000000000..4ac98e911d --- /dev/null +++ b/registries/_format/char.md @@ -0,0 +1,27 @@ +--- +owner: baywet +issue: +description: A single character +base_type: string +layout: default +--- + +# {{ page.collection }} + +## {{ page.slug }} - {{ page.description }} + +Base type: `{{ page.base_type }}`. + +The `{{page.slug}}` format is a single character. + +{% if page.issue %} +### GitHub Issue + +* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) +{% endif %} + +{% if page.remarks %} +### Remarks + +{{ page.remarks }} +{% endif %} \ No newline at end of file