You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file phovea_product.schema.json is one of the files created when initializing a new product. From our investigation it is not used anywhere in the generator.
@thinkh Do you know why we need this file in the product?
We would remove it if it is not used anywhere.
The text was updated successfully, but these errors were encountered:
The JSON Schema was added back then to describe the data format of the phovea_product.json.
The problem in our setup is that the schema is not referenced in the actual JSON file. Vega also uses the JSON Schema to provide, for instance, auto-complete support and validation.
{"$schema": "https://vega.github.io/schema/vega/v5.json",// <- reference schema "description": "A basic bar chart example, with value labels shown upon mouse hover.","width": 400,"height": 200,"padding": 5,// ...
The file
phovea_product.schema.json
is one of the files created when initializing a new product. From our investigation it is not used anywhere in the generator.@thinkh Do you know why we need this file in the product?
We would remove it if it is not used anywhere.
The text was updated successfully, but these errors were encountered: