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