Skip to content

Commit 1c0c06f

Browse files
authored
Enhance oJobPub JSON section with schema viewer link
Added a link to Atlassian's JSON Schema Viewer for easier schema browsing.
1 parent 32ab199 commit 1c0c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how/ojobpub-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JSON (JavaScript Object Notation) is an open, lightweight, text-based data struc
1717

1818
## oJobPub JSON
1919

20-
A possible output could look like the sample below, however, some of the (blue) keys (e.g. `workload` or `jobDescription`) are optional while others are required (e.g. `jobTitle`). This is why we also provide a [oJobPub JSON Schema](https://raw.githubusercontent.com/ojobpub/schema/refs/heads/main/v1/ojobpub.json) and an online validator tool [validator.ojobpub.org](https://validator.ojobpub.org) to allow verification of the data structure.
20+
A possible output could look like the sample below, however, some of the (blue) keys (e.g. `workload` or `jobDescription`) are optional while others are required (e.g. `jobTitle`). This is why we also provide a [oJobPub JSON Schema](https://raw.githubusercontent.com/ojobpub/schema/refs/heads/main/v1/ojobpub.json) and an online validator tool [validator.ojobpub.org](https://validator.ojobpub.org) to allow verification of the data structure. Atlassian Inc. made a [JSON Schema Viewer](https://json-schema.app/view/%23?url=https%3A%2F%2Fraw.githubusercontent.com%2Fojobpub%2Fschema%2Frefs%2Fheads%2Fmain%2Fv1%2Fojobpub.json) to browse through the schema.
2121

2222

2323
!!! note

0 commit comments

Comments
 (0)