SEM-FIB-Schema: Update creationTime to use date-time format [DEMO PR]#23
SEM-FIB-Schema: Update creationTime to use date-time format [DEMO PR]#23GGoetzelmann wants to merge 1 commit intomainfrom
Conversation
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest ReleaseNo difference found to previous version.Next Steps
|
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest Release {
$defs: {
acquisition: {
properties: {
dataset: {
items: {
properties: {
images: {
items: {
properties: {
creationTime: {
- pattern: "^(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?Z?)$"
+ format: "date-time"
}
}
}
}
}
}
}
}
}
}
}
Tip To check schema backwards compatibility, you may use any AI chatbot with a prompt like: Assuming I have two JSON schemas, both are different according to the following diff, are both schemas compatible? If you like, you may add additional rendering instructions, e.g.: Render the result as table showing the changed attributes, a columns to check backward compatibility, > and a column to provide comments on why a certain property is not backwards compatible. Furthermore, you can also use the diff to get a hint on which schema version to use next: Next Steps
|
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest ReleaseNo difference found to previous version.Next Steps
|
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest ReleaseNo previous schema version found.Next Steps
|
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest ReleaseNo difference found to previous version.Next Steps
|
📋 Schema Check ReportSchema Path: JSON Schema Check ResultsValidate JSON Schema✅ The schema is valid JSON. Diff to Latest ReleaseNo difference found to previous version.Next Steps
|
No description provided.