Skip to content

Commit 2293fd4

Browse files
committed
Add schema reference using vanity url
Fixes: resumic#114
1 parent 92589e0 commit 2293fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/schema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ type metaSchema struct {
184184
// is important to note the `ui:order` in uischema is generated based on the
185185
// properties order in the struct.
186186
type Schema struct {
187+
Schema string `json:"$schema" schema:"description:url of JSON Schema;format:uri;example:https://schema.resumic.org/latest.json"`
187188
Core coreSchema `json:"core"`
188189
Personal personalSchema `json:"personal" schema:"description:sensitive informations"`
189190
Work []workSchema `json:"work"`

0 commit comments

Comments
 (0)