Skip to content

Commit 4df9d52

Browse files
authored
streamline example
1 parent b861d21 commit 4df9d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ojobpub/format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Below you find a sample, how a ojobpub.json might look like. This is really just
5050
}
5151
],
5252
"salary": {
53-
"minAmount": 70000,
54-
"maxAmount": 120000,
53+
"min": 70000,
54+
"max": 120000,
5555
"currency": "USD",
56-
"period": "yearly"
56+
"interval": "yearly"
5757
},
5858
"url": "https://example.com/job/1"
5959
}

0 commit comments

Comments
 (0)