Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/schema-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
402: 'Array items are not unique',
403: 'Additional items not allowed',
// Format errors
500: 'Format validation failed',
500: 'Format validation failed ({{schema.format || schema.items.format || "unknown format"}})',
501: 'Keyword failed: "{{title}}"',
// Schema structure
600: 'Circular $refs',
Expand Down
2 changes: 1 addition & 1 deletion dist/schema-form.min.js

Large diffs are not rendered by default.

Loading