A toolkit for building your CV with JSON and creating stylish HTML/PDF files.
Go to file
Reorx 145e5d118a schema: remove all additionalItems
they are of no use in the latest JSON Schema reference, see: https://json-schema.org/understanding-json-schema/reference/array.html

> The items keyword can be used to control whether it’s valid to have additional items in a tuple beyond what is defined in prefixItems. The value of the items keyword is a schema that all additional items must pass in order for the keyword to validate.
> Before to Draft 2020-12, you would use the additionalItems keyword to constrain additional items on a tuple. It works the same as items, only the name has changed.
> In Draft 6 - 2019-09, the additionalItems keyword is ignored if there is not a "tuple validation" items keyword present in the same schema.
2023-02-02 12:03:16 +08:00
converters init, complete rxresume converter 2023-02-01 23:23:17 +08:00
schema schema: remove all additionalItems 2023-02-02 12:03:16 +08:00
README.md init, complete rxresume converter 2023-02-01 23:23:17 +08:00
package-lock.json init, complete rxresume converter 2023-02-01 23:23:17 +08:00
package.json init, complete rxresume converter 2023-02-01 23:23:17 +08:00

README.md

jsoncv

A toolset to build your CV / Resume with JSON and generate elegant HTML and PDF documents.