feat(map): render classified unit identity aspects
This commit is contained in:
@@ -320,7 +320,7 @@ const mapSubjectDetailProfileFieldInputSchema = {
|
||||
label: { type: "string", minLength: 1, maxLength: 100 },
|
||||
format: {
|
||||
type: "string",
|
||||
enum: ["text", "number", "timestamp", "boolean", "coordinate", "signal_state", "movement_state", "telemetry_readings"],
|
||||
enum: ["text", "number", "timestamp", "boolean", "coordinate", "signal_state", "movement_state", "string_list", "telemetry_readings"],
|
||||
},
|
||||
unit: { type: "string", minLength: 1, maxLength: 24 },
|
||||
allowedReadingIds: {
|
||||
|
||||
Reference in New Issue
Block a user