Skip to content
Snippets Groups Projects
Commit 223aa38f authored by Lars Trieloff's avatar Lars Trieloff
Browse files

Fix test: use correct spaces

parent 2290419f
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ This is an example schema that uses types defined in other schemas.
| [reflist](#reflist) | Simple | Optional | No | Complex References (this schema) |
| [refnamed](#refnamed) | Simple | Optional | No | Complex References (this schema) |
| [xor](#xor) | complex | Optional | No | Complex References (this schema) |
| `int.*` | `integer` | Pattern No | Complex References (this schema) |
| `str.*` | `string` | Pattern No | Complex References (this schema) |
| `int.*` | `integer` | | Complex References (this schema) |
| `str.*` | `string` | | Complex References (this schema) |
| `*` | any | Additional | Yes | this schema *allows* additional properties |
## and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment