addedInput schema / properties / fieldRoles
Added value: +{
+ "additionalProperties": {
+ "anyOf": [
+ {
+ "enum": [
+ "identifier",
+ "measure",
+ "dimension",
+ "temporal",
+ "x",
+ "y",
+ "size",
+ "category",
+ "series",
+ "time",
+ "ignore"
+ ],
+ "type": "string"
+ },
+ {
+ "items": {
+ "enum": [
+ "identifier",
+ "measure",
+ "dimension",
+ "temporal",
+ "x",
+ "y",
+ "size",
+ "category",
+ "series",
+ "time",
+ "ignore"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+ },
+ "description": "Per-field semantic or exact encoding-role hints used before chart ranking.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}