Skip to content

Commit a407f41

Browse files
authored
readme: fixed indentation because of highlighting on GitHub
1 parent 0490f54 commit a407f41

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Schematicon Validator (PHP)
1313
```yaml
1414
type: map
1515
properties:
16-
name: string
17-
surname: string
18-
sex:
19-
enum: [male, female]
20-
age: int|null # property may be a null
21-
?height: float # property may not exist at all; if exist, it has to be a float
22-
siblings:
23-
type: array
24-
item:
25-
type: string
16+
name: string
17+
surname: string
18+
sex:
19+
enum: [male, female]
20+
age: int|null # property may be a null
21+
?height: float # property may not exist at all; if exist, it has to be a float
22+
siblings:
23+
type: array
24+
item:
25+
type: string
2626
```
2727
2828
The following inputs may be validated againts the defined schema:

0 commit comments

Comments
 (0)