aiondemand / aiondemand/aiod-mce-app

Resource schema issues from migrated assets

Open
#16 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

For some migrated resources, the client side schema validation fails, preventing users to push a new version of the resource.

One example for this is the event:
`evnt_36jNJGwJYeS2eplQkZruLSLV`

Resulting issue with two fields:
```
{
"date_published": {
"message": "Invalid datetime",
"type": "invalid_string"
},
"note": [
{
"message": "Expected string, received object",
"type": "invalid_type"
}
]
}
```

Neither of the fields can be edited in the editor, should I remove these from the data model, or should we debug why they don't fulfil the validation.

These are all assets on the production server, so I can't really test this unless a change is deployed.

@joaquinvanschoren

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.