Upload report_terracognitaai_training_ocr_privateCloud_1761128618.json

#34
by Amiel - opened
No description provided.
BoAmps org

J'ai passé le rapport au validateur et j'obtiens quelques erreur :
Comme discuté la dernière fois, il serait intéressant de décrire les data utilisées dans la partie dataset
Il manque aussi le "componentType" pour chaque composant de l'infra (the type of this subsystem part of your infrastructure, example: cpu, gpu, ram, hdd, sdd...)

Voici la sortie du validateur :
$ python ./validate-schema.py ../../examples/example1.json
FILENAME : ../../examples/example1.json
The json file does not correspond to the schema, there are 7 errors :

Error on data : $.task
--> 'dataset' is a required property

Error on data : $.measures[0].averageUtilizationCpu
--> 5 is greater than the maximum of 1

Error on data : $.measures[0].averageUtilizationGpu
--> 94.5 is greater than the maximum of 1

Error on data : $.measures[0].measurementDateTime
--> 1761130031 is not of type 'string'

Error on data : $.infrastructure.components[0]
--> 'componentType' is a required property

Error on data : $.infrastructure.components[1]
--> 'componentType' is a required property

Error on data : $.infrastructure.components[2]
--> 'componentType' is a required property

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment