Resolve "Support time formats in json schema"
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
6@@ -8,6 +8,7 @@ import ParameterFileInput from "@/components/parameter-schema/form-mode/Paramete
@@ -35,6 +36,25 @@ const parameterType = computed<string>(
@@ -93,7 +113,7 @@ const elemId = computed<string>(() => props.id ?? randomIDSuffix);
@@ -104,6 +124,16 @@ const elemId = computed<string>(() => props.id ?? randomIDSuffix);