We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92589e0 commit 2293fd4Copy full SHA for 2293fd4
schema/schema.go
@@ -184,6 +184,7 @@ type metaSchema struct {
184
// is important to note the `ui:order` in uischema is generated based on the
185
// properties order in the struct.
186
type Schema struct {
187
+ Schema string `json:"$schema" schema:"description:url of JSON Schema;format:uri;example:https://schema.resumic.org/latest.json"`
188
Core coreSchema `json:"core"`
189
Personal personalSchema `json:"personal" schema:"description:sensitive informations"`
190
Work []workSchema `json:"work"`
0 commit comments