Is there an existing issue for this?
Product Variant
Cloud (https://rxresu.me)
Current Behavior
Importing a valid JSON resume results in an error on both self-hosted and cloud, with this response:
{
"issues": [
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": [
"data",
"sections",
"experience",
"items",
0,
"company"
]
},
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": [
"data",
"sections",
"experience",
"items",
1,
"company"
]
},
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": [
"data",
"sections",
"experience",
"items",
2,
"company"
]
},
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": [
"data",
"sections",
"experience",
"items",
3,
"company"
]
},
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": [
"data",
"sections",
"experience",
"items",
4,
"company"
]
}
],
"name": "ZodError"
}
Expected Behavior
The importer/validator should recognise the accurate schema and handle the import accordingly.
Steps To Reproduce
Import a valid JSON Resume.
What browsers are you seeing the problem on?
Safari, Microsoft Edge, Chrome, Firefox
What template are you using?
None
Anything else?
Previous issue was opened in 2023 #1598 but was closed with no action. If there is no plan to support the JSON Resume schema, it should be removed as an option.
Is there an existing issue for this?
Product Variant
Cloud (https://rxresu.me)
Current Behavior
Importing a valid JSON resume results in an error on both self-hosted and cloud, with this response:
{ "issues": [ { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "data", "sections", "experience", "items", 0, "company" ] }, { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "data", "sections", "experience", "items", 1, "company" ] }, { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "data", "sections", "experience", "items", 2, "company" ] }, { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "data", "sections", "experience", "items", 3, "company" ] }, { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "data", "sections", "experience", "items", 4, "company" ] } ], "name": "ZodError" }Expected Behavior
The importer/validator should recognise the accurate schema and handle the import accordingly.
Steps To Reproduce
Import a valid JSON Resume.
What browsers are you seeing the problem on?
Safari, Microsoft Edge, Chrome, Firefox
What template are you using?
None
Anything else?
Previous issue was opened in 2023 #1598 but was closed with no action. If there is no plan to support the JSON Resume schema, it should be removed as an option.