Validations history

Validation #1245

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCriteria_3449": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        }
      },
      "required": [
        "company",
        "email",
        "firstName",
        "lastName"
      ],
      "title": "Criterias - DefaultCriteria",
      "type": "object"
    },
    "DefaultGroup_3436": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "label": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "label",
        "uid"
      ],
      "title": "Group - DefaultGroup",
      "type": "object"
    },
    "DefaultManager_3439": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "civility": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "nameFirst": {
          "type": "string"
        },
        "nameLast": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "civility",
        "email",
        "nameFirst",
        "nameLast",
        "uid"
      ],
      "title": "Manager - DefaultManager",
      "type": "object"
    },
    "DefaultMember_3433": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "civility": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "language": {
          "type": "string"
        },
        "level": {
          "maximum": 10,
          "minimum": 0,
          "type": "integer"
        },
        "nameFirst": {
          "type": "string"
        },
        "nameLast": {
          "type": "string"
        },
        "state": {
          "type": "boolean"
        },
        "thumbnail": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "civility",
        "company",
        "email",
        "language",
        "level",
        "nameFirst",
        "nameLast",
        "state",
        "thumbnail",
        "uid"
      ],
      "title": "Member - DefaultMember",
      "type": "object"
    },
    "DefaultOffice_3437": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "uid"
      ],
      "title": "Office - DefaultOffice",
      "type": "object"
    },
    "DefaultPagination_3432": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offest": {
          "minimum": 0,
          "type": "number"
        },
        "total": {
          "type": "number"
        }
      },
      "required": [
        "limit",
        "offest",
        "total"
      ],
      "title": "Pagination - DefaultPagination",
      "type": "object"
    },
    "DefaultProfile_3454": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "emailing": {
          "type": "boolean"
        },
        "group": {
          "$ref": "#/definitions/DefaultGroup_3436",
          "type": "object"
        },
        "job": {
          "type": "string"
        },
        "manager": {
          "$ref": "#/definitions/DefaultManager_3439",
          "type": "object"
        },
        "office": {
          "$ref": "#/definitions/DefaultOffice_3437",
          "type": "object"
        }
      },
      "required": [
        "emailing",
        "group",
        "job",
        "manager",
        "office"
      ],
      "title": "Profile - DefaultProfile",
      "type": "object"
    }
  },
  "properties": {
    "civility": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "criterias": {
      "$ref": "#/definitions/DefaultCriteria_3449",
      "type": "object"
    },
    "email": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "level": {
      "maximum": 10,
      "minimum": 0,
      "type": "integer"
    },
    "listOfManagedMembers": {
      "items": {
        "$ref": "#/definitions/DefaultMember_3433",
        "type": "object"
      },
      "type": "array"
    },
    "member": {
      "$ref": "#/definitions/DefaultMember_3433",
      "type": "object"
    },
    "nameFirst": {
      "type": "string"
    },
    "nameLast": {
      "type": "string"
    },
    "pagination": {
      "$ref": "#/definitions/DefaultPagination_3432",
      "type": "object"
    },
    "profile": {
      "$ref": "#/definitions/DefaultProfile_3454",
      "type": "object"
    },
    "results": {
      "items": {
        "$ref": "#/definitions/DefaultMember_3433",
        "type": "object"
      },
      "type": "array"
    },
    "state": {
      "type": "boolean"
    },
    "thumbnail": {
      "type": "string"
    },
    "uid": {
      "type": "string"
    }
  },
  "title": "Member - MemberCreateRequestBoby",
  "type": "object"
}

JSON instance

{}

Validation #1244

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCriteria_3449": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        }
      },
      "required": [
        "company",
        "email",
        "firstName",
        "lastName"
      ],
      "title": "Criterias - DefaultCriteria",
      "type": "object"
    },
    "DefaultPagination_3432": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offest": {
          "minimum": 0,
          "type": "number"
        },
        "total": {
          "type": "number"
        }
      },
      "required": [
        "limit",
        "offest",
        "total"
      ],
      "title": "Pagination - DefaultPagination",
      "type": "object"
    }
  },
  "properties": {
    "criterias": {
      "$ref": "#/definitions/DefaultCriteria_3449",
      "type": "object"
    },
    "pagination": {
      "$ref": "#/definitions/DefaultPagination_3432",
      "type": "object"
    }
  },
  "title": "Member - MembersSearch",
  "type": "object"
}

JSON instance

{}

Validation #1243

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultCriteria_3449": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "lastName": {
          "type": "string"
        }
      },
      "required": [
        "company",
        "email",
        "firstName",
        "lastName"
      ],
      "title": "Criterias - DefaultCriteria",
      "type": "object"
    },
    "DefaultPagination_3432": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offest": {
          "minimum": 0,
          "type": "number"
        },
        "total": {
          "type": "number"
        }
      },
      "required": [
        "limit",
        "offest",
        "total"
      ],
      "title": "Pagination - DefaultPagination",
      "type": "object"
    }
  },
  "properties": {
    "criterias": {
      "$ref": "#/definitions/DefaultCriteria_3449",
      "type": "object"
    },
    "pagination": {
      "$ref": "#/definitions/DefaultPagination_3432",
      "type": "object"
    }
  },
  "title": "Member - MembersSearch",
  "type": "object"
}

JSON instance

{}

Validation #1242

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultMember_3433": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "civility": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "language": {
          "type": "string"
        },
        "level": {
          "maximum": 10,
          "minimum": 0,
          "type": "integer"
        },
        "nameFirst": {
          "type": "string"
        },
        "nameLast": {
          "type": "string"
        },
        "thumbnail": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "civility",
        "company",
        "email",
        "language",
        "level",
        "nameFirst",
        "nameLast",
        "thumbnail",
        "uid"
      ],
      "title": "Member - DefaultMember",
      "type": "object"
    },
    "DefaultPagination_3432": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offest": {
          "minimum": 0,
          "type": "number"
        },
        "total": {
          "type": "number"
        }
      },
      "required": [
        "limit",
        "offest",
        "total"
      ],
      "title": "Pagination - DefaultPagination",
      "type": "object"
    }
  },
  "properties": {
    "pagination": {
      "$ref": "#/definitions/DefaultPagination_3432",
      "type": "object"
    },
    "results": {
      "items": {
        "$ref": "#/definitions/DefaultMember_3433",
        "type": "object"
      },
      "type": "array"
    }
  },
  "title": "Member - ListOfMembers",
  "type": "object"
}

JSON instance

{}

Validation #1241

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultMember_3433": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "civility": {
          "type": "string"
        },
        "company": {
          "type": "string"
        },
        "email": {
          "type": "string"
        },
        "language": {
          "type": "string"
        },
        "level": {
          "maximum": 10,
          "minimum": 0,
          "type": "integer"
        },
        "nameFirst": {
          "type": "string"
        },
        "nameLast": {
          "type": "string"
        },
        "thumbnail": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "civility",
        "company",
        "email",
        "language",
        "level",
        "nameFirst",
        "nameLast",
        "thumbnail",
        "uid"
      ],
      "title": "Member - DefaultMember",
      "type": "object"
    },
    "DefaultPagination_3432": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offest": {
          "minimum": 0,
          "type": "number"
        },
        "total": {
          "type": "number"
        }
      },
      "required": [
        "limit",
        "offest",
        "total"
      ],
      "title": "Pagination - DefaultPagination",
      "type": "object"
    }
  },
  "properties": {
    "pagination": {
      "$ref": "#/definitions/DefaultPagination_3432",
      "type": "object"
    },
    "results": {
      "items": {
        "$ref": "#/definitions/DefaultMember_3433",
        "type": "object"
      },
      "type": "array"
    }
  },
  "title": "Member - ListOfMembers",
  "type": "object"
}

JSON instance

{}

Validation #1240

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "exercises": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "categories": {
            "items": {
              "enum": [
                "prepare",
                "tune",
                "recover",
                "speak_in_public",
                "sing",
                "discover",
                "prevent"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "difficulty": {
            "description": "0: easy, 1 :normal, 2 :hard",
            "maximum": 2,
            "minimum": 0,
            "type": "integer"
          },
          "duration": {
            "description": "V1",
            "type": "string"
          },
          "duration_as_float": {
            "description": "V2 maximum 2 decimal places",
            "minimum": 0,
            "type": "number"
          },
          "headline": {
            "type": "string"
          },
          "id": {
            "minimum": 1,
            "type": "integer"
          },
          "image_preview_url": {
            "type": "string"
          },
          "is_favorite": {
            "type": "boolean"
          },
          "is_highlighted": {
            "type": "boolean"
          },
          "is_noisy": {
            "type": "boolean"
          },
          "points": {
            "description": "To be removed correspondance pts difficulty fetch en début d'appli",
            "minimum": 0,
            "type": "integer"
          },
          "recommended_daytime": {
            "description": "0: matin, 1: soir, 2: toute la journée",
            "maximum": 2,
            "minimum": 0,
            "type": "integer"
          },
          "title": {
            "type": "string"
          },
          "types": {
            "items": {
              "enum": [
                "vocalize",
                "reach",
                "posture",
                "breath",
                "relaxation",
                "tone",
                "warm_up",
                "placement"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "vocal_mood_ids": {
            "description": "deprecated",
            "items": {
              "minimum": 1,
              "type": "integer"
            },
            "type": "array"
          }
        },
        "required": [
          "categories",
          "difficulty",
          "duration",
          "duration_as_float",
          "headline",
          "id",
          "image_preview_url",
          "is_favorite",
          "is_highlighted",
          "is_noisy",
          "points",
          "recommended_daytime",
          "title",
          "types",
          "vocal_mood_ids"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "exercises"
  ],
  "title": "exercise - default_representation",
  "type": "object"
}

JSON instance

{
  "exercises": [
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Mobiliser son abdomen sur l'expiration",
      "id": 82,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-BERTRAND-RESPIRER_LIBREMENT-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Travail de la respiration abdominale",
      "types": [
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Dilater sa gorge pour mieux sonner",
      "id": 53,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Bailler pour mieux parler",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        1,
        2,
        3
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public"
      ],
      "difficulty": 0,
      "duration": "5 minutes",
      "duration_as_float": 5,
      "headline": "Exercer son ancrage pour mieux parler",
      "id": 50,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "L'appui des pieds au secours de la voix",
      "types": [
        "posture"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Pouvoir chanter à une hauteur naturellement adaptée à soi",
      "id": 67,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Moduler autour de sa zone de confort",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Retrouver une respiration basse",
      "id": 5,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P3/Exercice1/preview_P3_E1.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Respiration bien placée",
      "types": [
        "posture",
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Interpeller un perturbateur pour ramener le calme dans l'assistance sans se faire mal.",
      "id": 4,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P1/Exercice4/preview_P1_E4.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Ramener l'ordre sans douleur",
      "types": [
        "reach",
        "breath",
        "tone",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "speak_in_public",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Gagner en intensité en évitant la voix stridente",
      "id": 76,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-TRAVAIL_RESONANCE-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Pour une voix riche et ronde",
      "types": [
        "vocalize",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "speak_in_public"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Jouer avec l'intensité de sa voix",
      "id": 64,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Gagner en modulation vocale",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "4 minutes",
      "duration_as_float": 4,
      "headline": "Assouplir sa nuque pour détendre son larynx ",
      "id": 52,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 1,
      "title": "Détente de la nuque ",
      "types": [
        "relaxation"
      ],
      "vocal_mood_ids": [
        1,
        2,
        3
      ]
    },
    {
      "categories": [
        "speak_in_public",
        "discover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "S’entraîner à moduler",
      "id": 26,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ29F.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Le modulé nourrice",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "recover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Appliquer la technique de résonance pour une utilisation sans douleur de la voix forte.",
      "id": 14,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P5/Exercice2/preview_P5_E2.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Résonner en détente",
      "types": [
        "breath",
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "discover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Prendre conscience de la résonance à l'arrière de soi pour prévenir le forçage vocal en voix forte",
      "id": 43,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ44.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Découvrir son coffre",
      "types": [
        "reach",
        "posture",
        "breath"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "recover",
        "speak_in_public"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Reposer la voix après l'activité vocale",
      "id": 28,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ36.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 1,
      "title": "Détendre la langue",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        1
      ]
    },
    {
      "categories": [
        "prepare",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "5 minutes",
      "duration_as_float": 5,
      "headline": "Assouplir le voile du palais pour une voix plus belle ",
      "id": 88,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-BERTRAND-ASSOUPLIR_PALAIS-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "La chappelle Sixitne ou le travail de la voute palatale",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "sing",
        "discover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Souffle associé à vocalisation sur un grand intervalle (octave)",
      "id": 17,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P2/Exercice1/preview_P2_E1_homme.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Jeu de voix et de souffle ",
      "types": [
        "vocalize",
        "breath"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Ouvrir sa gorge pour ouvrir la voix",
      "id": 33,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ15.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 1,
      "title": "Bâillement sonore",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Calmer le stress des muscles de son visage",
      "id": 13,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P5/Exercice1/preview_P5_E1.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Lifting pour la détente vocale",
      "types": [
        "relaxation"
      ],
      "vocal_mood_ids": [
        1,
        2
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Ecouter pour mieux chanter",
      "id": 61,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Mon oreille au secours de ma voix",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "recover"
      ],
      "difficulty": 1,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Faciliter l'émission de certains sons (O, OU, EU, U, ON)",
      "id": 78,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-ASSOUPLIR_LES_LEVRES-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Délier son articulation I",
      "types": [
        "reach",
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Prise de conscience du malmenage respiratoire",
      "id": 58,
      "image_preview_url": "https://i.imgur.com/SXLt1rM.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Placer la voix sans pousser sur le souffle",
      "types": [
        "posture",
        "breath"
      ],
      "vocal_mood_ids": [
        4,
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "4 minutes",
      "duration_as_float": 4,
      "headline": "Adopter sa posture au geste vocal",
      "id": 81,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-TROUVER_EQUILIBRE-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Détendre ses épaules pour mieux parler et chanter",
      "types": [
        "posture",
        "warm_up"
      ],
      "vocal_mood_ids": [
        1,
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Dans un environnement bruyant, se faire entendre naturellement sans forcer",
      "id": 8,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P3/Exercice4/preview_P3_E4.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Gérer l'intensité en environnement sonore",
      "types": [
        "reach",
        "placement"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "discover"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Réveiller sa voix par des étirements doux des cordes vocales.",
      "id": 6,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P3/Exercice2/preview_P3_E2.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Réveil de la voix II",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "L'expiration au service de l'intensité vocale",
      "id": 1,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P1/Exercice1/preview_P1_E1.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Expirer pour mieux sonner",
      "types": [
        "posture",
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 2,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Arpège (ensemble des notes d'un accord de quinte)",
      "id": 46,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ45C.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Vocalise facile II",
      "types": [
        "vocalize",
        "breath"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "tune",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 2,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Respirer avec les côtes arrières et latérales de sa cage thoracique",
      "id": 36,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ26F.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Respirer en aident son diaphragme",
      "types": [
        "breath"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Sortir la voix de la gorge",
      "id": 73,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-RESONANCE_HAUTE-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": true,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Pour une voix claire et brillante",
      "types": [
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "tune",
        "discover"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Trouver sa hauteur de départ à l'instinct",
      "id": 83,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-TROUVER_SA_HAUTEUR-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Travailler sans piano chez soi",
      "types": [
        "vocalize",
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Faciliter l'émission de certains sons (L, N, T, D)",
      "id": 80,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-TRAVAILLER_POINTE_LANGUE-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Délier son articulation II",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Bien se placer avant de parler ou de chanter",
      "id": 63,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Se placer en une seconde",
      "types": [
        "posture"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Parler fort sans stridence",
      "id": 38,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ30.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Recadrer sans monter dans les aigus",
      "types": [
        "reach",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Préparer sa voix sans forcer sur sa gorge ",
      "id": 49,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Soupirer pour mieux placer sa voix",
      "types": [
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Assouplir ses lèvres pour protéger sa voix de la fatigue et être mieux compris",
      "id": 56,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Réveil des lèvres",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Construire rapidement l'équilibre vocal",
      "id": 11,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P4/Exercice3/preview_P4_E3.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 0,
      "title": "Automatisation de la préparation vocale",
      "types": [
        "posture",
        "breath"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Mise en route vocale ou échauffement",
      "id": 23,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ06F.jpg",
      "is_favorite": false,
      "is_highlighted": true,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 0,
      "title": "Le \"bonjour\"",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Parler de plus en plus longtemps confortablement",
      "id": 7,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P3/Exercice3/preview_P3_E3.png",
      "is_favorite": false,
      "is_highlighted": true,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "La voix projetée",
      "types": [
        "reach",
        "breath",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Se servir de ses mains pour mieux entendre sa voix. ",
      "id": 24,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ22.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "\"Chantatèmains\" ou chanter dans ses mains",
      "types": [
        "reach",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public",
        "sing"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Le mouvement au service des aigus",
      "id": 27,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ33BF.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "L'algue dans l'eau",
      "types": [
        "posture",
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Assouplir la base de la langue pour libérer les sons",
      "id": 55,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Réveil des résonateurs",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        1
      ]
    },
    {
      "categories": [
        "tune"
      ],
      "difficulty": 2,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Détendre la nuque pour mieux parler",
      "id": 40,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ33C.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Faciliter l'émission de la voix",
      "types": [
        "posture"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Rester calme face aux agressions",
      "id": 85,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-BERTRAND-CALMER_AGRESSION-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Gérer les agressions avec sa voix",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Eviter le forçage vocal en environnement bruyant",
      "id": 31,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ09.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Parler sur du bruit",
      "types": [
        "reach"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Voix de poitrine ou voix de tête ? Découvrez !",
      "id": 29,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ40F.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Découvrir ses deux voix",
      "types": [
        "placement"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Prendre conscience des tentions de sa mâchoires",
      "id": 57,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Détente de la mâchoire",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Entraîner son oreille à percevoir la justesse des sons",
      "id": 42,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ43B.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "La stéréo",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Varier hauteur et intensité sur une séquence chantée ",
      "id": 20,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P2/Exercice4/preview_P2_E4_femme.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Jeux vocaux de hauteur et d'intensité",
      "types": [
        "vocalize"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 1,
      "duration": "5 minutes",
      "duration_as_float": 5,
      "headline": "Intervalle de cinq notes (quinte)",
      "id": 45,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ45BF.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Vocalise facile I",
      "types": [
        "vocalize",
        "breath"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "tune",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Gérer son geste vocal dans les situations difficiles",
      "id": 79,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-FAIRE_FACE_CONFLIT-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Gérer les conflits sans y laisser la voix",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "tune",
        "discover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Passer de \"entendre\" à \"écouter\" et prendre conscience de l'environnement sonore pour éviter le forçage vocal. ",
      "id": 32,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ10.jpg",
      "is_favorite": false,
      "is_highlighted": true,
      "is_noisy": false,
      "points": 15,
      "recommended_daytime": 1,
      "title": "Exercice du coquillage",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        2,
        3
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Apprendre à ne pas pousser la voix hors de soi lorsqu'on parle",
      "id": 41,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ35.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Placer la voix sans pousser le son",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Développer progressivement l'intensité de sa voix sans forcer",
      "id": 3,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P1/Exercice3/preview_P1_E3.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Explorer naturellement son \"coffre\" vocal",
      "types": [
        "reach",
        "posture",
        "breath",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 2,
      "duration": "4 minutes",
      "duration_as_float": 4,
      "headline": "Chanter cinq notes conjointes d’affilé (intervalle de quinte ascendante)",
      "id": 47,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ45DF.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Vocalise facile III",
      "types": [
        "vocalize"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Progresser en écoute active",
      "id": 77,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-ECOUTER_MIEUX_COMMUNIQUER-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Ecouter pour mieux communiquer",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        1,
        2
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 2,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Jouer avec sa résonance. Savoir faire résonner sa voix sur commande.",
      "id": 25,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ23.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Son dans la gorge, son dans le masque",
      "types": [
        "vocalize",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "speak_in_public",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Préparer un geste respiratoire adapté à la prise de parole ou au chant",
      "id": 48,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ26E.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "La balance",
      "types": [
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "sing",
        "discover"
      ],
      "difficulty": 1,
      "duration": "5 minutes",
      "duration_as_float": 5,
      "headline": "Apprenez à chanter juste deux notes peu éloignées",
      "id": 44,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ45AF.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Glissement Tierce",
      "types": [
        "vocalize",
        "tone"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Moduler sa voix sans bloquer son souffle ",
      "id": 9,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P4/Exercice1/preview_P4_E1.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Le réveil de la voix I",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Favoriser l'écoute de l'auditoire en posant sa voix. Améliorer l'endurance vocale.",
      "id": 37,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ27.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Dérouler la voix",
      "types": [
        "vocalize",
        "posture",
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "discover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "5 minutes",
      "duration_as_float": 5,
      "headline": "Assouplir son articulation et améliorer son confort vocal",
      "id": 87,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-BERTRAND-ASSOUPLIR_MACHOIR-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Une mâchoire libre pour une voix libre",
      "types": [
        "posture",
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Moins s'essouffler lorsqu'on parle longtemps",
      "id": 39,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ27.jpg",
      "is_favorite": false,
      "is_highlighted": true,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Les pauses dans le discours",
      "types": [
        "posture",
        "breath",
        "tone",
        "placement"
      ],
      "vocal_mood_ids": [
        2,
        3
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Reproduire des intervales de base par l'écoute",
      "id": 19,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P2/Exercice3/preview_P2_E3_femme.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Chanter juste",
      "types": [
        "vocalize"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Fredonner pour préparer ses muscles vocaux",
      "id": 62,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Préparer la voix en douceur",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Tonifier sa voix",
      "id": 35,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ25H.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Exploration de son étendue vocale",
      "types": [
        "reach",
        "tone",
        "warm_up"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Préparation de la voix et assouplissement des résonateurs",
      "id": 30,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ05.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 0,
      "title": "Baîller pour être en bonne voix",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        3,
        2
      ]
    },
    {
      "categories": [
        "recover"
      ],
      "difficulty": 0,
      "duration": "7 minutes",
      "duration_as_float": 7,
      "headline": "Laisser aller son corps après une activité vocale intense",
      "id": 65,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 1,
      "title": "Régénérer sa voix ",
      "types": [
        "relaxation"
      ],
      "vocal_mood_ids": [
        1,
        2
      ]
    },
    {
      "categories": [
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "3 minutes",
      "duration_as_float": 3,
      "headline": "Détendre la gorge quand on sent qu'elle serre",
      "id": 59,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 1,
      "title": "Bailler pour ne pas perdre la voix",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        1,
        2
      ]
    },
    {
      "categories": [
        "prepare",
        "recover"
      ],
      "difficulty": 0,
      "duration": "9 minutes",
      "duration_as_float": 9,
      "headline": "Détendre son corps pour détendre sa voix",
      "id": 54,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Préparer le corps à sonner",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        1,
        2
      ]
    },
    {
      "categories": [
        "speak_in_public",
        "prevent"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Coordonner la respiration abdominale des vocalisations simples",
      "id": 2,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P1/Exercice2/preview_P1_E2.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Automatiser une respiration basse",
      "types": [
        "breath",
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Préparer le passage de la voix",
      "id": 15,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P5/Exercice3/preview_P5_E3.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Le mouvement au service de l'ancrage et de la détente ",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3
      ]
    },
    {
      "categories": [
        "tune",
        "speak_in_public"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Une technique facile pour mieux moduler",
      "id": 86,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-BERTRAND-VOIX_Captiver+un+auditoire-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Imaginer pour mieux convaincre",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "sing"
      ],
      "difficulty": 2,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Apprendre à reproduire des mélodies simples",
      "id": 18,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P2/Exercice2/preview_P2_E2_femme.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 20,
      "recommended_daytime": 2,
      "title": "Premiers jeux vocaux de hauteur",
      "types": [
        "vocalize"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "sing"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Préparation à la mise en vibration des cordes vocales",
      "id": 22,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ02.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Imiter le crapaud pour masser ses cordes vocales",
      "types": [
        "warm_up"
      ],
      "vocal_mood_ids": [
        2,
        3
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 0,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Développer la conscience de votre corps",
      "id": 16,
      "image_preview_url": "https://applivoixprod.s3.amazonaws.com/video/P5/Exercice4/preview_P5_E4.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Détente et contraction",
      "types": [
        "relaxation",
        "warm_up"
      ],
      "vocal_mood_ids": [
        2
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Découvrir toute la richesse de sa voix",
      "id": 60,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Trouver sa zone de confort",
      "types": [
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 0,
      "duration": "10 minutes",
      "duration_as_float": 10,
      "headline": "Progresser naturellement dans son geste respiratoire et sa posture",
      "id": 66,
      "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": false,
      "points": 10,
      "recommended_daytime": 2,
      "title": "Trouver un souffle libre",
      "types": [
        "posture",
        "breath",
        "relaxation"
      ],
      "vocal_mood_ids": [
        1,
        2,
        3,
        4
      ]
    },
    {
      "categories": [
        "discover"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Jouer avec sa voix. Savoir faire aigu et grave sans forcer.",
      "id": 34,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ24F.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Voix de poitrine, voix de tête",
      "types": [
        "tone"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 0,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Installer une respiration efficace pour parler",
      "id": 21,
      "image_preview_url": "https://s3.amazonaws.com/applivoixprod/Freeze/MGEN-SQ01.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 10,
      "recommended_daytime": 0,
      "title": "Le \"Chut\"",
      "types": [
        "breath",
        "warm_up"
      ],
      "vocal_mood_ids": [
        3
      ]
    },
    {
      "categories": [
        "prepare"
      ],
      "difficulty": 1,
      "duration": "2 minutes",
      "duration_as_float": 2,
      "headline": "Préparer sa voix et sa langue à chanter",
      "id": 51,
      "image_preview_url": "https://i.imgur.com/7qZcA6P.png",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 1,
      "title": "Sirène des pompiers",
      "types": [
        "vocalize",
        "warm_up",
        "placement"
      ],
      "vocal_mood_ids": [
        4
      ]
    },
    {
      "categories": [
        "prepare",
        "recover",
        "prevent"
      ],
      "difficulty": 1,
      "duration": "1 minute",
      "duration_as_float": 1,
      "headline": "Gagner en intensité\r\n",
      "id": 75,
      "image_preview_url": "https://vocalizprod.s3.eu-west-3.amazonaws.com/MGEN-VOCALIZ_2018-EMILIE-RESONER_VOYELLES-4-4.jpg",
      "is_favorite": false,
      "is_highlighted": false,
      "is_noisy": true,
      "points": 15,
      "recommended_daytime": 2,
      "title": "Faire résonner toutes les voyelles",
      "types": [
        "vocalize",
        "placement"
      ],
      "vocal_mood_ids": [
        3,
        4
      ]
    }
  ]
}

Validation #1239

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "description": "Automatically generated",
  "properties": {
    "exercise": {
      "additionalProperties": false,
      "properties": {
        "categories": {
          "items": {
            "enum": [
              "prepare",
              "tune",
              "recover",
              "speak_in_public",
              "sing",
              "discover",
              "prevent"
            ],
            "type": "string"
          },
          "type": "array"
        },
        "difficulty": {
          "description": "0: easy, 1 :normal, 2 :hard",
          "maximum": 2,
          "minimum": 0,
          "type": "integer"
        },
        "duration": {
          "description": "V1",
          "type": "string"
        },
        "duration_as_float": {
          "description": "V2 maximum 2 decimal places",
          "minimum": 0,
          "type": "number"
        },
        "headline": {
          "type": "string"
        },
        "id": {
          "minimum": 1,
          "type": "integer"
        },
        "image_preview_url": {
          "type": "string"
        },
        "is_favorite": {
          "type": "boolean"
        },
        "is_highlighted": {
          "type": "boolean"
        },
        "is_noisy": {
          "type": "boolean"
        },
        "points": {
          "description": "To be removed correspondance pts difficulty fetch en début d'appli",
          "minimum": 0,
          "type": "integer"
        },
        "recommended_daytime": {
          "description": "0: matin, 1: soir, 2: toute la journée",
          "maximum": 2,
          "minimum": 0,
          "type": "integer"
        },
        "title": {
          "type": "string"
        },
        "types": {
          "items": {
            "enum": [
              "vocalize",
              "reach",
              "posture",
              "breath",
              "relaxation",
              "tone",
              "warm_up",
              "placement"
            ],
            "type": "string"
          },
          "type": "array"
        },
        "vocal_mood_ids": {
          "description": "deprecated",
          "items": {
            "minimum": 1,
            "type": "integer"
          },
          "type": "array"
        }
      },
      "required": [
        "categories",
        "difficulty",
        "duration",
        "duration_as_float",
        "headline",
        "id",
        "image_preview_url",
        "is_favorite",
        "is_highlighted",
        "is_noisy",
        "points",
        "recommended_daytime",
        "title",
        "types",
        "vocal_mood_ids"
      ],
      "type": "object"
    }
  },
  "required": [
    "exercise"
  ],
  "title": "exercise - default_representation",
  "type": "object"
}

JSON instance

{
  "exercise": {
    "categories": [
      "discover"
    ],
    "difficulty": 0,
    "duration": "10 minutes",
    "duration_as_float": 10,
    "headline": "Progresser naturellement dans son geste respiratoire et sa posture",
    "id": 66,
    "image_preview_url": "https://i.imgur.com/OZyVY0Z.png",
    "is_favorite": false,
    "is_highlighted": false,
    "is_noisy": false,
    "points": 10,
    "recommended_daytime": 2,
    "title": "Trouver un souffle libre",
    "types": [
      "posture",
      "breath",
      "relaxation"
    ],
    "vocal_mood_ids": [
      1,
      2,
      3,
      4
    ]
  }
}

Validation #1238

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "SuggestedFarm_1502": {
      "additionalProperties": false,
      "properties": {
        "can_be_added": {
          "description": "isOwner",
          "type": "boolean"
        },
        "corporate_name": {
          "description": "raisonSociale",
          "type": "string"
        }
      },
      "required": [
        "can_be_added",
        "corporate_name"
      ],
      "title": "Farm - SuggestedFarm",
      "type": "object"
    }
  },
  "properties": {
    "profile": {
      "additionalProperties": false,
      "properties": {
        "country_code": {
          "type": "string"
        },
        "email": {
          "format": "email",
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "minimum": 0,
          "type": "integer"
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "suggested_farms": {
          "items": {
            "$ref": "#/definitions/SuggestedFarm_1502",
            "type": "object"
          },
          "type": "array"
        },
        "type": {
          "enum": [
            "Guest",
            "Lead",
            "Customer",
            "Commercial",
            "ChefRegion",
            "DskCol",
            "Admin"
          ],
          "type": "string"
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "country_code",
        "email",
        "eula_version",
        "first_name",
        "id",
        "language",
        "last_name",
        "mobile_number",
        "phone_number",
        "suggested_farms",
        "type",
        "zip_code"
      ],
      "type": "object"
    }
  },
  "required": [
    "profile"
  ],
  "title": "User - v2DefaultUser",
  "type": "object"
}

JSON instance

{
  "profile": {
    "country_code": "SK",
    "email": "cdeliau@soufflet.com",
    "eula_version": "5.0",
    "first_name": "Clément",
    "id": 3705,
    "language": "sk-SK",
    "last_name": "Deliau",
    "mobile_number": null,
    "phone_number": null,
    "suggested_farms": [],
    "type": "Customer",
    "zip_code": "10000"
  }
}

Validation #1237

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["language"] outside of the schema when none are allowed in schema f13dc2e9-4cf0-5f9c-a64d-52a658f522d1
  • The property '#/profile/mobile_number' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/mobile_number' value "" did not match the regex '\d+' - The property '#/profile/mobile_number' was not of a minimum string length of 9 - anyOf #1: - The property '#/profile/mobile_number' of type string did not match the following type: null
  • The property '#/profile/phone_number' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/phone_number' value "" did not match the regex '^(?:(?:\+|00)[1-9]{0,3}|0)\s*[1-9](?:[\s.-]*\d{2}){4}' - anyOf #1: - The property '#/profile/phone_number' of type string did not match the following type: null
  • The property '#/profile' did not contain a required property of 'eula_version' in schema f13dc2e9-4cf0-5f9c-a64d-52a658f522d1

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "profile": {
      "additionalProperties": false,
      "properties": {
        "country_code": {
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "country_code",
        "eula_version",
        "first_name",
        "language",
        "last_name",
        "mobile_number",
        "phone_number",
        "zip_code"
      ],
      "type": "object"
    }
  },
  "required": [
    "profile"
  ],
  "title": "User - v2NewLead",
  "type": "object"
}

JSON instance

{
  "language": "sk-SK",
  "profile": {
    "country_code": "SK",
    "first_name": "Clément",
    "language": "sk-SK",
    "last_name": "Deliau",
    "mobile_number": "",
    "phone_number": "",
    "zip_code": "10000"
  }
}

Validation #1236

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAggregatedValue_3400": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in Hz",
          "type": "integer"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "frequency_aggregated_value - DefaultAggregatedValue",
      "type": "object"
    },
    "DefaultEnergySample_3397": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "dB": {
          "type": "number"
        },
        "ms": {
          "type": "integer"
        }
      },
      "required": [
        "dB",
        "ms"
      ],
      "title": "energy_sample - DefaultEnergySample",
      "type": "object"
    },
    "DefaultFrequencySummary_3401": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "avg": {
          "minimum": 0,
          "type": "number"
        },
        "max": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        }
      },
      "required": [
        "avg",
        "max",
        "min"
      ],
      "title": "frequency_summary - DefaultFrequencySummary",
      "type": "object"
    },
    "DefaultHesitationStampsSummary_3403": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "number_found": {
          "type": "integer"
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "number_found",
        "stamps"
      ],
      "title": "hesitation_stamps_summary - DefaultHesitationStampsSummary",
      "type": "object"
    },
    "DefaultLoudnessAggregatedValue_3409": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in dB",
          "type": "number"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "loudness_aggregated_value - DefaultLoudnessAggregatedValue",
      "type": "object"
    },
    "DefaultLoudnessSummary_3402": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "avg": {
          "type": "number"
        },
        "max": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        }
      },
      "required": [
        "avg",
        "max",
        "min"
      ],
      "title": "loudness_summary - DefaultLoudnessSummary",
      "type": "object"
    },
    "DefaultProsodyAnalysis_3406": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "energy_samples": {
          "anyOf": [
            {
              "items": {
                "$ref": "#/definitions/DefaultEnergySample_3397",
                "type": "object"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "error_code": {
          "anyOf": [
            {
              "enum": [
                "internal_server_error",
                "analysis_failed"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "integer"
        },
        "status": {
          "enum": [
            "queued",
            "processing",
            "success",
            "failure"
          ],
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultSummary_3405",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        }
      },
      "required": [
        "created_at",
        "energy_samples",
        "error_code",
        "id",
        "status",
        "summary",
        "updated_at"
      ],
      "title": "prosody_analysis - DefaultProsodyAnalysis",
      "type": "object"
    },
    "DefaultSilenceStampsSummary_3404": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_avg": {
          "anyOf": [
            {
              "description": "in ms",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "duration_max": {
          "anyOf": [
            {
              "description": "in ms",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "duration_min": {
          "anyOf": [
            {
              "description": "in ms",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb silences / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        },
        "total": {
          "description": "in ms",
          "minimum": 0,
          "type": "integer"
        }
      },
      "required": [
        "duration_avg",
        "duration_max",
        "duration_min",
        "number_found",
        "ratio",
        "stamps",
        "total"
      ],
      "title": "silence_stamps_summary - DefaultSilenceStampsSummary",
      "type": "object"
    },
    "DefaultStamp_3399": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "length": {
          "description": "in ms",
          "type": "integer"
        },
        "start": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "length",
        "start"
      ],
      "title": "stamp - DefaultStamp",
      "type": "object"
    },
    "DefaultSummary_3405": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "f0": {
          "$ref": "#/definitions/DefaultFrequencySummary_3401",
          "type": "object"
        },
        "file_length": {
          "description": "in ms",
          "type": "integer"
        },
        "hesitation_stamps": {
          "$ref": "#/definitions/DefaultHesitationStampsSummary_3403",
          "type": "object"
        },
        "loudness": {
          "$ref": "#/definitions/DefaultLoudnessSummary_3402",
          "type": "object"
        },
        "silences": {
          "$ref": "#/definitions/DefaultSilenceStampsSummary_3404",
          "type": "object"
        },
        "syllables": {
          "$ref": "#/definitions/DefaultSyllablesSummary_3395",
          "type": "object"
        }
      },
      "required": [
        "f0",
        "file_length",
        "hesitation_stamps",
        "loudness",
        "silences",
        "syllables"
      ],
      "title": "summary - DefaultSummary",
      "type": "object"
    },
    "DefaultSyllablesSummary_3395": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "ratio": {
          "description": "nb syllables / min",
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "required": [
        "ratio",
        "total"
      ],
      "title": "syllables_summary - DefaultSyllablesSummary",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "prosody_training": {
      "additionalProperties": false,
      "properties": {
        "analysis": {
          "$ref": "#/definitions/DefaultProsodyAnalysis_3406",
          "type": "object"
        },
        "analysis_type": {
          "description": "determined with prosody exercise",
          "enum": [
            "frequency",
            "energy",
            "speech_rate",
            "pauses"
          ],
          "type": "string"
        },
        "ended_at": {
          "description": "if null will match the persistance datetime but it is recommended to provide a value (to handle temporary connection loss for example)",
          "format": "date-time",
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "prosody_exercise_id": {
          "type": "integer"
        }
      },
      "required": [
        "analysis",
        "analysis_type",
        "ended_at",
        "id",
        "prosody_exercise_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "prosody_training"
  ],
  "title": "prosody_training - DefaultProsodyTraining",
  "type": "object"
}

JSON instance

{
  "prosody_training": {
    "analysis": {
      "created_at": "2021-10-21T12:54:35.369Z",
      "energy_samples": [
        {
          "dB": -65.64,
          "ms": 0
        },
        {
          "dB": -62.52,
          "ms": 24
        },
        {
          "dB": -61.09,
          "ms": 48
        },
        {
          "dB": -42.54,
          "ms": 72
        },
        {
          "dB": -25.89,
          "ms": 96
        },
        {
          "dB": -23.6,
          "ms": 120
        },
        {
          "dB": -23.5,
          "ms": 144
        },
        {
          "dB": -23.53,
          "ms": 168
        },
        {
          "dB": -27.14,
          "ms": 192
        },
        {
          "dB": -37.56,
          "ms": 216
        },
        {
          "dB": -23.01,
          "ms": 240
        },
        {
          "dB": -19.23,
          "ms": 264
        },
        {
          "dB": -17.82,
          "ms": 288
        },
        {
          "dB": -16.93,
          "ms": 312
        },
        {
          "dB": -17.34,
          "ms": 336
        },
        {
          "dB": -18.44,
          "ms": 360
        },
        {
          "dB": -18.66,
          "ms": 384
        },
        {
          "dB": -18.51,
          "ms": 408
        },
        {
          "dB": -18.89,
          "ms": 432
        },
        {
          "dB": -19.33,
          "ms": 456
        },
        {
          "dB": -18.7,
          "ms": 480
        },
        {
          "dB": -18.54,
          "ms": 504
        },
        {
          "dB": -18.51,
          "ms": 528
        },
        {
          "dB": -18.92,
          "ms": 552
        },
        {
          "dB": -21.41,
          "ms": 576
        },
        {
          "dB": -24.19,
          "ms": 600
        },
        {
          "dB": -24.46,
          "ms": 624
        },
        {
          "dB": -23.4,
          "ms": 648
        },
        {
          "dB": -23.3,
          "ms": 672
        },
        {
          "dB": -24.7,
          "ms": 696
        },
        {
          "dB": -28.05,
          "ms": 720
        },
        {
          "dB": -35.37,
          "ms": 744
        },
        {
          "dB": -29.28,
          "ms": 768
        },
        {
          "dB": -26.33,
          "ms": 792
        },
        {
          "dB": -25.12,
          "ms": 816
        },
        {
          "dB": -24.91,
          "ms": 840
        },
        {
          "dB": -26.52,
          "ms": 864
        },
        {
          "dB": -26.77,
          "ms": 888
        },
        {
          "dB": -21.76,
          "ms": 912
        },
        {
          "dB": -21.18,
          "ms": 936
        },
        {
          "dB": -21.13,
          "ms": 960
        },
        {
          "dB": -21.73,
          "ms": 984
        },
        {
          "dB": -28.46,
          "ms": 1008
        },
        {
          "dB": -26.8,
          "ms": 1032
        },
        {
          "dB": -22.41,
          "ms": 1056
        },
        {
          "dB": -20.24,
          "ms": 1080
        },
        {
          "dB": -20.09,
          "ms": 1104
        },
        {
          "dB": -20.92,
          "ms": 1128
        },
        {
          "dB": -23.63,
          "ms": 1152
        },
        {
          "dB": -25.82,
          "ms": 1176
        },
        {
          "dB": -22.23,
          "ms": 1200
        },
        {
          "dB": -21.31,
          "ms": 1224
        },
        {
          "dB": -21.31,
          "ms": 1248
        },
        {
          "dB": -22.71,
          "ms": 1272
        },
        {
          "dB": -27.8,
          "ms": 1296
        },
        {
          "dB": -37.28,
          "ms": 1320
        },
        {
          "dB": -27.88,
          "ms": 1344
        },
        {
          "dB": -26.62,
          "ms": 1368
        },
        {
          "dB": -26.58,
          "ms": 1392
        },
        {
          "dB": -26.58,
          "ms": 1416
        },
        {
          "dB": -30.48,
          "ms": 1440
        },
        {
          "dB": -30.33,
          "ms": 1464
        },
        {
          "dB": -26.12,
          "ms": 1488
        },
        {
          "dB": -25.8,
          "ms": 1512
        },
        {
          "dB": -26.2,
          "ms": 1536
        },
        {
          "dB": -27.46,
          "ms": 1560
        },
        {
          "dB": -35.54,
          "ms": 1584
        },
        {
          "dB": -32.79,
          "ms": 1608
        },
        {
          "dB": -27.38,
          "ms": 1632
        },
        {
          "dB": -24.74,
          "ms": 1656
        },
        {
          "dB": -23.26,
          "ms": 1680
        },
        {
          "dB": -22.79,
          "ms": 1704
        },
        {
          "dB": -22.97,
          "ms": 1728
        },
        {
          "dB": -23.29,
          "ms": 1752
        },
        {
          "dB": -23.69,
          "ms": 1776
        },
        {
          "dB": -24.11,
          "ms": 1800
        },
        {
          "dB": -25.51,
          "ms": 1824
        },
        {
          "dB": -27.8,
          "ms": 1848
        },
        {
          "dB": -31.68,
          "ms": 1872
        },
        {
          "dB": -41.18,
          "ms": 1896
        },
        {
          "dB": -44.09,
          "ms": 1920
        },
        {
          "dB": -46.42,
          "ms": 1944
        },
        {
          "dB": -47.43,
          "ms": 1968
        },
        {
          "dB": -45.66,
          "ms": 1992
        },
        {
          "dB": -44.01,
          "ms": 2016
        },
        {
          "dB": -43.11,
          "ms": 2040
        },
        {
          "dB": -42.78,
          "ms": 2064
        },
        {
          "dB": -43.46,
          "ms": 2088
        },
        {
          "dB": -44.98,
          "ms": 2112
        },
        {
          "dB": -47.34,
          "ms": 2136
        },
        {
          "dB": -50.72,
          "ms": 2160
        },
        {
          "dB": -55.07,
          "ms": 2184
        },
        {
          "dB": -51.26,
          "ms": 2208
        },
        {
          "dB": -41.31,
          "ms": 2232
        },
        {
          "dB": -32.89,
          "ms": 2256
        },
        {
          "dB": -31.07,
          "ms": 2280
        },
        {
          "dB": -31.02,
          "ms": 2304
        },
        {
          "dB": -31.38,
          "ms": 2328
        },
        {
          "dB": -35.34,
          "ms": 2352
        },
        {
          "dB": -34.09,
          "ms": 2376
        },
        {
          "dB": -29.24,
          "ms": 2400
        },
        {
          "dB": -26.99,
          "ms": 2424
        },
        {
          "dB": -26.92,
          "ms": 2448
        },
        {
          "dB": -27.61,
          "ms": 2472
        },
        {
          "dB": -30.1,
          "ms": 2496
        },
        {
          "dB": -35.83,
          "ms": 2520
        },
        {
          "dB": -35.18,
          "ms": 2544
        },
        {
          "dB": -35.19,
          "ms": 2568
        },
        {
          "dB": -34.92,
          "ms": 2592
        },
        {
          "dB": -28.52,
          "ms": 2616
        },
        {
          "dB": -25.57,
          "ms": 2640
        },
        {
          "dB": -23.77,
          "ms": 2664
        },
        {
          "dB": -22.84,
          "ms": 2688
        },
        {
          "dB": -22.94,
          "ms": 2712
        },
        {
          "dB": -23.17,
          "ms": 2736
        },
        {
          "dB": -23.58,
          "ms": 2760
        },
        {
          "dB": -23.63,
          "ms": 2784
        },
        {
          "dB": -24.35,
          "ms": 2808
        },
        {
          "dB": -25.97,
          "ms": 2832
        },
        {
          "dB": -28.23,
          "ms": 2856
        },
        {
          "dB": -32.72,
          "ms": 2880
        },
        {
          "dB": -33.11,
          "ms": 2904
        },
        {
          "dB": -27.86,
          "ms": 2928
        },
        {
          "dB": -26.49,
          "ms": 2952
        },
        {
          "dB": -25.81,
          "ms": 2976
        },
        {
          "dB": -25.91,
          "ms": 3000
        },
        {
          "dB": -27.6,
          "ms": 3024
        },
        {
          "dB": -28.38,
          "ms": 3048
        },
        {
          "dB": -28.31,
          "ms": 3072
        },
        {
          "dB": -28.07,
          "ms": 3096
        },
        {
          "dB": -28.87,
          "ms": 3120
        },
        {
          "dB": -30.16,
          "ms": 3144
        },
        {
          "dB": -32.84,
          "ms": 3168
        },
        {
          "dB": -38.6,
          "ms": 3192
        },
        {
          "dB": -44.28,
          "ms": 3216
        },
        {
          "dB": -44.97,
          "ms": 3240
        },
        {
          "dB": -37.42,
          "ms": 3264
        },
        {
          "dB": -32.34,
          "ms": 3288
        },
        {
          "dB": -29.49,
          "ms": 3312
        },
        {
          "dB": -27.25,
          "ms": 3336
        },
        {
          "dB": -25.92,
          "ms": 3360
        },
        {
          "dB": -25.45,
          "ms": 3384
        },
        {
          "dB": -25.18,
          "ms": 3408
        },
        {
          "dB": -25.39,
          "ms": 3432
        },
        {
          "dB": -25.97,
          "ms": 3456
        },
        {
          "dB": -26.86,
          "ms": 3480
        },
        {
          "dB": -28.13,
          "ms": 3504
        },
        {
          "dB": -29.28,
          "ms": 3528
        },
        {
          "dB": -30.12,
          "ms": 3552
        },
        {
          "dB": -30.8,
          "ms": 3576
        },
        {
          "dB": -31.99,
          "ms": 3600
        },
        {
          "dB": -34.36,
          "ms": 3624
        },
        {
          "dB": -39.86,
          "ms": 3648
        },
        {
          "dB": -48.51,
          "ms": 3672
        },
        {
          "dB": -49.89,
          "ms": 3696
        },
        {
          "dB": -52.67,
          "ms": 3720
        },
        {
          "dB": -53.28,
          "ms": 3744
        },
        {
          "dB": -54.3,
          "ms": 3768
        },
        {
          "dB": -55.42,
          "ms": 3792
        },
        {
          "dB": -57.34,
          "ms": 3816
        },
        {
          "dB": -58.18,
          "ms": 3840
        },
        {
          "dB": -57.98,
          "ms": 3864
        },
        {
          "dB": -58.88,
          "ms": 3888
        },
        {
          "dB": -58.8,
          "ms": 3912
        },
        {
          "dB": -59.15,
          "ms": 3936
        },
        {
          "dB": -59.45,
          "ms": 3960
        },
        {
          "dB": -59.71,
          "ms": 3984
        },
        {
          "dB": -59.61,
          "ms": 4008
        },
        {
          "dB": -59.15,
          "ms": 4032
        },
        {
          "dB": -51.59,
          "ms": 4056
        },
        {
          "dB": -45.33,
          "ms": 4080
        },
        {
          "dB": -40.86,
          "ms": 4104
        },
        {
          "dB": -36.16,
          "ms": 4128
        },
        {
          "dB": -32.06,
          "ms": 4152
        },
        {
          "dB": -30.32,
          "ms": 4176
        },
        {
          "dB": -29.12,
          "ms": 4200
        },
        {
          "dB": -28.43,
          "ms": 4224
        },
        {
          "dB": -28.19,
          "ms": 4248
        },
        {
          "dB": -27.78,
          "ms": 4272
        },
        {
          "dB": -27.21,
          "ms": 4296
        },
        {
          "dB": -28.05,
          "ms": 4320
        },
        {
          "dB": -29.58,
          "ms": 4344
        },
        {
          "dB": -31.69,
          "ms": 4368
        },
        {
          "dB": -38.98,
          "ms": 4392
        },
        {
          "dB": -38.41,
          "ms": 4416
        },
        {
          "dB": -35.72,
          "ms": 4440
        },
        {
          "dB": -35.83,
          "ms": 4464
        },
        {
          "dB": -33.2,
          "ms": 4488
        },
        {
          "dB": -30.6,
          "ms": 4512
        },
        {
          "dB": -28.85,
          "ms": 4536
        },
        {
          "dB": -26.84,
          "ms": 4560
        },
        {
          "dB": -25.8,
          "ms": 4584
        },
        {
          "dB": -25.96,
          "ms": 4608
        },
        {
          "dB": -26.95,
          "ms": 4632
        },
        {
          "dB": -29.19,
          "ms": 4656
        },
        {
          "dB": -33.27,
          "ms": 4680
        },
        {
          "dB": -32.11,
          "ms": 4704
        },
        {
          "dB": -30.29,
          "ms": 4728
        },
        {
          "dB": -28.61,
          "ms": 4752
        },
        {
          "dB": -26.81,
          "ms": 4776
        },
        {
          "dB": -26.67,
          "ms": 4800
        },
        {
          "dB": -26.21,
          "ms": 4824
        },
        {
          "dB": -26.13,
          "ms": 4848
        },
        {
          "dB": -26.56,
          "ms": 4872
        },
        {
          "dB": -26.72,
          "ms": 4896
        },
        {
          "dB": -26.76,
          "ms": 4920
        },
        {
          "dB": -27.45,
          "ms": 4944
        },
        {
          "dB": -28.91,
          "ms": 4968
        },
        {
          "dB": -30.97,
          "ms": 4992
        },
        {
          "dB": -36.5,
          "ms": 5016
        },
        {
          "dB": -44.12,
          "ms": 5040
        },
        {
          "dB": -41.89,
          "ms": 5064
        },
        {
          "dB": -37.03,
          "ms": 5088
        },
        {
          "dB": -30.9,
          "ms": 5112
        },
        {
          "dB": -29.06,
          "ms": 5136
        },
        {
          "dB": -27.74,
          "ms": 5160
        },
        {
          "dB": -27.1,
          "ms": 5184
        },
        {
          "dB": -26.96,
          "ms": 5208
        },
        {
          "dB": -27.34,
          "ms": 5232
        },
        {
          "dB": -27.91,
          "ms": 5256
        },
        {
          "dB": -27.69,
          "ms": 5280
        },
        {
          "dB": -28.16,
          "ms": 5304
        },
        {
          "dB": -27.97,
          "ms": 5328
        },
        {
          "dB": -27.9,
          "ms": 5352
        },
        {
          "dB": -29.08,
          "ms": 5376
        },
        {
          "dB": -31.3,
          "ms": 5400
        },
        {
          "dB": -33.8,
          "ms": 5424
        },
        {
          "dB": -39.15,
          "ms": 5448
        },
        {
          "dB": -46.18,
          "ms": 5472
        },
        {
          "dB": -48.28,
          "ms": 5496
        },
        {
          "dB": -49.72,
          "ms": 5520
        },
        {
          "dB": -50.76,
          "ms": 5544
        },
        {
          "dB": -51.1,
          "ms": 5568
        },
        {
          "dB": -51.24,
          "ms": 5592
        },
        {
          "dB": -50.44,
          "ms": 5616
        },
        {
          "dB": -49.99,
          "ms": 5640
        },
        {
          "dB": -49.33,
          "ms": 5664
        },
        {
          "dB": -49.19,
          "ms": 5688
        },
        {
          "dB": -49.81,
          "ms": 5712
        },
        {
          "dB": -49.94,
          "ms": 5736
        },
        {
          "dB": -50.83,
          "ms": 5760
        },
        {
          "dB": -50.44,
          "ms": 5784
        },
        {
          "dB": -50.75,
          "ms": 5808
        },
        {
          "dB": -51.67,
          "ms": 5832
        },
        {
          "dB": -52.67,
          "ms": 5856
        },
        {
          "dB": -49.99,
          "ms": 5880
        },
        {
          "dB": -28.23,
          "ms": 5904
        },
        {
          "dB": -24.22,
          "ms": 5928
        },
        {
          "dB": -22.46,
          "ms": 5952
        },
        {
          "dB": -21.84,
          "ms": 5976
        },
        {
          "dB": -22.78,
          "ms": 6000
        },
        {
          "dB": -25.23,
          "ms": 6024
        },
        {
          "dB": -29.55,
          "ms": 6048
        },
        {
          "dB": -36.27,
          "ms": 6072
        },
        {
          "dB": -45.06,
          "ms": 6096
        },
        {
          "dB": -34.61,
          "ms": 6120
        },
        {
          "dB": -33.73,
          "ms": 6144
        },
        {
          "dB": -33.7,
          "ms": 6168
        },
        {
          "dB": -33.74,
          "ms": 6192
        },
        {
          "dB": -40.12,
          "ms": 6216
        },
        {
          "dB": -48.35,
          "ms": 6240
        },
        {
          "dB": -53.21,
          "ms": 6264
        },
        {
          "dB": -43.96,
          "ms": 6288
        },
        {
          "dB": -43.35,
          "ms": 6312
        },
        {
          "dB": -42.15,
          "ms": 6336
        },
        {
          "dB": -41.85,
          "ms": 6360
        },
        {
          "dB": -45.54,
          "ms": 6384
        },
        {
          "dB": -46.7,
          "ms": 6408
        },
        {
          "dB": -51.77,
          "ms": 6432
        },
        {
          "dB": -56.93,
          "ms": 6456
        },
        {
          "dB": -57.36,
          "ms": 6480
        },
        {
          "dB": -42.96,
          "ms": 6504
        },
        {
          "dB": -30.91,
          "ms": 6528
        },
        {
          "dB": -26.22,
          "ms": 6552
        },
        {
          "dB": -24.2,
          "ms": 6576
        },
        {
          "dB": -22.77,
          "ms": 6600
        },
        {
          "dB": -22.07,
          "ms": 6624
        },
        {
          "dB": -22.71,
          "ms": 6648
        },
        {
          "dB": -23.83,
          "ms": 6672
        },
        {
          "dB": -25.76,
          "ms": 6696
        },
        {
          "dB": -30.09,
          "ms": 6720
        },
        {
          "dB": -33.74,
          "ms": 6744
        },
        {
          "dB": -29.4,
          "ms": 6768
        },
        {
          "dB": -27.5,
          "ms": 6792
        },
        {
          "dB": -25.11,
          "ms": 6816
        },
        {
          "dB": -23.22,
          "ms": 6840
        },
        {
          "dB": -22.26,
          "ms": 6864
        },
        {
          "dB": -21.35,
          "ms": 6888
        },
        {
          "dB": -21.41,
          "ms": 6912
        },
        {
          "dB": -22.07,
          "ms": 6936
        },
        {
          "dB": -23.35,
          "ms": 6960
        },
        {
          "dB": -25.35,
          "ms": 6984
        },
        {
          "dB": -26.76,
          "ms": 7008
        },
        {
          "dB": -27.54,
          "ms": 7032
        },
        {
          "dB": -27.69,
          "ms": 7056
        },
        {
          "dB": -27.8,
          "ms": 7080
        },
        {
          "dB": -28.21,
          "ms": 7104
        },
        {
          "dB": -28.92,
          "ms": 7128
        },
        {
          "dB": -30.22,
          "ms": 7152
        },
        {
          "dB": -31.44,
          "ms": 7176
        },
        {
          "dB": -32.6,
          "ms": 7200
        },
        {
          "dB": -32.97,
          "ms": 7224
        },
        {
          "dB": -31.23,
          "ms": 7248
        },
        {
          "dB": -29.73,
          "ms": 7272
        },
        {
          "dB": -29.23,
          "ms": 7296
        },
        {
          "dB": -29.95,
          "ms": 7320
        },
        {
          "dB": -31.88,
          "ms": 7344
        },
        {
          "dB": -36.13,
          "ms": 7368
        },
        {
          "dB": -45.08,
          "ms": 7392
        },
        {
          "dB": -48.79,
          "ms": 7416
        },
        {
          "dB": -52.37,
          "ms": 7440
        },
        {
          "dB": -47.49,
          "ms": 7464
        },
        {
          "dB": -39.16,
          "ms": 7488
        },
        {
          "dB": -34.45,
          "ms": 7512
        },
        {
          "dB": -33.91,
          "ms": 7536
        },
        {
          "dB": -33.15,
          "ms": 7560
        },
        {
          "dB": -30.66,
          "ms": 7584
        },
        {
          "dB": -29.02,
          "ms": 7608
        },
        {
          "dB": -26.97,
          "ms": 7632
        },
        {
          "dB": -25.53,
          "ms": 7656
        },
        {
          "dB": -25.12,
          "ms": 7680
        },
        {
          "dB": -24.99,
          "ms": 7704
        },
        {
          "dB": -25.21,
          "ms": 7728
        },
        {
          "dB": -25.91,
          "ms": 7752
        },
        {
          "dB": -26.86,
          "ms": 7776
        },
        {
          "dB": -28.63,
          "ms": 7800
        },
        {
          "dB": -30.91,
          "ms": 7824
        },
        {
          "dB": -30.25,
          "ms": 7848
        },
        {
          "dB": -28.62,
          "ms": 7872
        },
        {
          "dB": -27.09,
          "ms": 7896
        },
        {
          "dB": -26.95,
          "ms": 7920
        },
        {
          "dB": -28.23,
          "ms": 7944
        },
        {
          "dB": -30.64,
          "ms": 7968
        },
        {
          "dB": -34.34,
          "ms": 7992
        },
        {
          "dB": -30.31,
          "ms": 8016
        },
        {
          "dB": -27.2,
          "ms": 8040
        },
        {
          "dB": -25.2,
          "ms": 8064
        },
        {
          "dB": -24.21,
          "ms": 8088
        },
        {
          "dB": -24.37,
          "ms": 8112
        },
        {
          "dB": -25.03,
          "ms": 8136
        },
        {
          "dB": -26.11,
          "ms": 8160
        },
        {
          "dB": -26.72,
          "ms": 8184
        },
        {
          "dB": -26.57,
          "ms": 8208
        },
        {
          "dB": -27.44,
          "ms": 8232
        },
        {
          "dB": -28.54,
          "ms": 8256
        },
        {
          "dB": -30.44,
          "ms": 8280
        },
        {
          "dB": -34.98,
          "ms": 8304
        },
        {
          "dB": -36.54,
          "ms": 8328
        },
        {
          "dB": -37.86,
          "ms": 8352
        },
        {
          "dB": -40.34,
          "ms": 8376
        },
        {
          "dB": -34.08,
          "ms": 8400
        },
        {
          "dB": -29.52,
          "ms": 8424
        },
        {
          "dB": -26.74,
          "ms": 8448
        },
        {
          "dB": -24.48,
          "ms": 8472
        },
        {
          "dB": -23.96,
          "ms": 8496
        },
        {
          "dB": -23.75,
          "ms": 8520
        },
        {
          "dB": -23.79,
          "ms": 8544
        },
        {
          "dB": -24.7,
          "ms": 8568
        },
        {
          "dB": -24.92,
          "ms": 8592
        },
        {
          "dB": -25.82,
          "ms": 8616
        },
        {
          "dB": -27.08,
          "ms": 8640
        },
        {
          "dB": -28.13,
          "ms": 8664
        },
        {
          "dB": -29.34,
          "ms": 8688
        },
        {
          "dB": -29.76,
          "ms": 8712
        },
        {
          "dB": -30.42,
          "ms": 8736
        },
        {
          "dB": -30.55,
          "ms": 8760
        },
        {
          "dB": -31.21,
          "ms": 8784
        },
        {
          "dB": -32.38,
          "ms": 8808
        },
        {
          "dB": -33.61,
          "ms": 8832
        },
        {
          "dB": -36.66,
          "ms": 8856
        },
        {
          "dB": -41.49,
          "ms": 8880
        },
        {
          "dB": -46.6,
          "ms": 8904
        },
        {
          "dB": -46.91,
          "ms": 8928
        },
        {
          "dB": -47.76,
          "ms": 8952
        },
        {
          "dB": -49.13,
          "ms": 8976
        },
        {
          "dB": -49.9,
          "ms": 9000
        },
        {
          "dB": -39.83,
          "ms": 9024
        },
        {
          "dB": -35.45,
          "ms": 9048
        },
        {
          "dB": -34.59,
          "ms": 9072
        },
        {
          "dB": -34.44,
          "ms": 9096
        },
        {
          "dB": -35.8,
          "ms": 9120
        },
        {
          "dB": -40.99,
          "ms": 9144
        },
        {
          "dB": -48.05,
          "ms": 9168
        },
        {
          "dB": -54.99,
          "ms": 9192
        },
        {
          "dB": -56.2,
          "ms": 9216
        },
        {
          "dB": -56.88,
          "ms": 9240
        },
        {
          "dB": -55.77,
          "ms": 9264
        },
        {
          "dB": -55.27,
          "ms": 9288
        },
        {
          "dB": -55.17,
          "ms": 9312
        },
        {
          "dB": -54.93,
          "ms": 9336
        },
        {
          "dB": -56.14,
          "ms": 9360
        },
        {
          "dB": -56.83,
          "ms": 9384
        },
        {
          "dB": -57.72,
          "ms": 9408
        },
        {
          "dB": -58.97,
          "ms": 9432
        },
        {
          "dB": -58.98,
          "ms": 9456
        },
        {
          "dB": -59.31,
          "ms": 9480
        },
        {
          "dB": -59.21,
          "ms": 9504
        },
        {
          "dB": -58.81,
          "ms": 9528
        },
        {
          "dB": -58.64,
          "ms": 9552
        },
        {
          "dB": -58.74,
          "ms": 9576
        },
        {
          "dB": -58.63,
          "ms": 9600
        },
        {
          "dB": -59.09,
          "ms": 9624
        },
        {
          "dB": -59.47,
          "ms": 9648
        },
        {
          "dB": -59.92,
          "ms": 9672
        },
        {
          "dB": -61.21,
          "ms": 9696
        },
        {
          "dB": -61.44,
          "ms": 9720
        },
        {
          "dB": -41.11,
          "ms": 9744
        },
        {
          "dB": -37.24,
          "ms": 9768
        },
        {
          "dB": -32.49,
          "ms": 9792
        },
        {
          "dB": -31.75,
          "ms": 9816
        },
        {
          "dB": -30.53,
          "ms": 9840
        },
        {
          "dB": -29.45,
          "ms": 9864
        },
        {
          "dB": -29.44,
          "ms": 9888
        },
        {
          "dB": -28.75,
          "ms": 9912
        },
        {
          "dB": -29.73,
          "ms": 9936
        },
        {
          "dB": -31.51,
          "ms": 9960
        },
        {
          "dB": -34.18,
          "ms": 9984
        },
        {
          "dB": -37.49,
          "ms": 10008
        },
        {
          "dB": -29.24,
          "ms": 10032
        },
        {
          "dB": -26.94,
          "ms": 10056
        },
        {
          "dB": -26.64,
          "ms": 10080
        },
        {
          "dB": -26.71,
          "ms": 10104
        },
        {
          "dB": -29.32,
          "ms": 10128
        },
        {
          "dB": -33.1,
          "ms": 10152
        },
        {
          "dB": -30.87,
          "ms": 10176
        },
        {
          "dB": -27.14,
          "ms": 10200
        },
        {
          "dB": -25.39,
          "ms": 10224
        },
        {
          "dB": -25.37,
          "ms": 10248
        },
        {
          "dB": -26.14,
          "ms": 10272
        },
        {
          "dB": -28.97,
          "ms": 10296
        },
        {
          "dB": -35.12,
          "ms": 10320
        },
        {
          "dB": -33.2,
          "ms": 10344
        },
        {
          "dB": -30.86,
          "ms": 10368
        },
        {
          "dB": -28.43,
          "ms": 10392
        },
        {
          "dB": -27.45,
          "ms": 10416
        },
        {
          "dB": -28.17,
          "ms": 10440
        },
        {
          "dB": -29.21,
          "ms": 10464
        },
        {
          "dB": -31.4,
          "ms": 10488
        },
        {
          "dB": -30.41,
          "ms": 10512
        },
        {
          "dB": -28.13,
          "ms": 10536
        },
        {
          "dB": -26.76,
          "ms": 10560
        },
        {
          "dB": -25.77,
          "ms": 10584
        },
        {
          "dB": -25.87,
          "ms": 10608
        },
        {
          "dB": -26.13,
          "ms": 10632
        },
        {
          "dB": -26.62,
          "ms": 10656
        },
        {
          "dB": -28.08,
          "ms": 10680
        },
        {
          "dB": -29.94,
          "ms": 10704
        },
        {
          "dB": -33.18,
          "ms": 10728
        },
        {
          "dB": -40.19,
          "ms": 10752
        },
        {
          "dB": -45.2,
          "ms": 10776
        },
        {
          "dB": -48.4,
          "ms": 10800
        },
        {
          "dB": -51.37,
          "ms": 10824
        },
        {
          "dB": -53.51,
          "ms": 10848
        },
        {
          "dB": -54.92,
          "ms": 10872
        },
        {
          "dB": -55.92,
          "ms": 10896
        },
        {
          "dB": -56.88,
          "ms": 10920
        },
        {
          "dB": -57.61,
          "ms": 10944
        },
        {
          "dB": -42.75,
          "ms": 10968
        },
        {
          "dB": -38.58,
          "ms": 10992
        },
        {
          "dB": -36.72,
          "ms": 11016
        },
        {
          "dB": -32.38,
          "ms": 11040
        },
        {
          "dB": -29.07,
          "ms": 11064
        },
        {
          "dB": -26.58,
          "ms": 11088
        },
        {
          "dB": -25.19,
          "ms": 11112
        },
        {
          "dB": -24.95,
          "ms": 11136
        },
        {
          "dB": -25.07,
          "ms": 11160
        },
        {
          "dB": -25.69,
          "ms": 11184
        },
        {
          "dB": -25.25,
          "ms": 11208
        },
        {
          "dB": -24.67,
          "ms": 11232
        },
        {
          "dB": -24.21,
          "ms": 11256
        },
        {
          "dB": -23.76,
          "ms": 11280
        },
        {
          "dB": -24.16,
          "ms": 11304
        },
        {
          "dB": -24.37,
          "ms": 11328
        },
        {
          "dB": -25.02,
          "ms": 11352
        },
        {
          "dB": -26.19,
          "ms": 11376
        },
        {
          "dB": -27.33,
          "ms": 11400
        },
        {
          "dB": -29.43,
          "ms": 11424
        },
        {
          "dB": -31.81,
          "ms": 11448
        },
        {
          "dB": -34.41,
          "ms": 11472
        },
        {
          "dB": -40.44,
          "ms": 11496
        },
        {
          "dB": -40.24,
          "ms": 11520
        },
        {
          "dB": -34.92,
          "ms": 11544
        },
        {
          "dB": -30.01,
          "ms": 11568
        },
        {
          "dB": -29.16,
          "ms": 11592
        },
        {
          "dB": -29.42,
          "ms": 11616
        },
        {
          "dB": -30.39,
          "ms": 11640
        },
        {
          "dB": -35.99,
          "ms": 11664
        },
        {
          "dB": -42.81,
          "ms": 11688
        },
        {
          "dB": -34.53,
          "ms": 11712
        },
        {
          "dB": -30.02,
          "ms": 11736
        },
        {
          "dB": -29.59,
          "ms": 11760
        },
        {
          "dB": -29.5,
          "ms": 11784
        },
        {
          "dB": -30.73,
          "ms": 11808
        },
        {
          "dB": -36.48,
          "ms": 11832
        },
        {
          "dB": -37.05,
          "ms": 11856
        },
        {
          "dB": -33.24,
          "ms": 11880
        },
        {
          "dB": -31.94,
          "ms": 11904
        },
        {
          "dB": -31.13,
          "ms": 11928
        },
        {
          "dB": -30.59,
          "ms": 11952
        },
        {
          "dB": -31.71,
          "ms": 11976
        },
        {
          "dB": -32.69,
          "ms": 12000
        },
        {
          "dB": -33.81,
          "ms": 12024
        },
        {
          "dB": -36.45,
          "ms": 12048
        },
        {
          "dB": -39.81,
          "ms": 12072
        },
        {
          "dB": -43.68,
          "ms": 12096
        },
        {
          "dB": -53.86,
          "ms": 12120
        },
        {
          "dB": -56.23,
          "ms": 12144
        },
        {
          "dB": -58.57,
          "ms": 12168
        },
        {
          "dB": -59.69,
          "ms": 12192
        },
        {
          "dB": -59.96,
          "ms": 12216
        },
        {
          "dB": -60.34,
          "ms": 12240
        },
        {
          "dB": -59.4,
          "ms": 12264
        },
        {
          "dB": -58.72,
          "ms": 12288
        },
        {
          "dB": -58.56,
          "ms": 12312
        },
        {
          "dB": -58.41,
          "ms": 12336
        },
        {
          "dB": -58.93,
          "ms": 12360
        },
        {
          "dB": -59.58,
          "ms": 12384
        },
        {
          "dB": -59.78,
          "ms": 12408
        },
        {
          "dB": -60.31,
          "ms": 12432
        },
        {
          "dB": -60.33,
          "ms": 12456
        },
        {
          "dB": -60.48,
          "ms": 12480
        },
        {
          "dB": -60.12,
          "ms": 12504
        },
        {
          "dB": -59.89,
          "ms": 12528
        },
        {
          "dB": -59.36,
          "ms": 12552
        },
        {
          "dB": -59.02,
          "ms": 12576
        },
        {
          "dB": -58.85,
          "ms": 12600
        },
        {
          "dB": -59.17,
          "ms": 12624
        },
        {
          "dB": -59.46,
          "ms": 12648
        },
        {
          "dB": -59.75,
          "ms": 12672
        },
        {
          "dB": -60.11,
          "ms": 12696
        },
        {
          "dB": -59.91,
          "ms": 12720
        },
        {
          "dB": -60.12,
          "ms": 12744
        },
        {
          "dB": -59.87,
          "ms": 12768
        },
        {
          "dB": -59.87,
          "ms": 12792
        },
        {
          "dB": -59.39,
          "ms": 12816
        },
        {
          "dB": -59.46,
          "ms": 12840
        },
        {
          "dB": -59.45,
          "ms": 12864
        },
        {
          "dB": -59.35,
          "ms": 12888
        },
        {
          "dB": -59.92,
          "ms": 12912
        },
        {
          "dB": -59.99,
          "ms": 12936
        },
        {
          "dB": -59.6,
          "ms": 12960
        },
        {
          "dB": -59.8,
          "ms": 12984
        },
        {
          "dB": -59.69,
          "ms": 13008
        },
        {
          "dB": -59.47,
          "ms": 13032
        },
        {
          "dB": -59.56,
          "ms": 13056
        },
        {
          "dB": -59.84,
          "ms": 13080
        },
        {
          "dB": -59.39,
          "ms": 13104
        },
        {
          "dB": -59.64,
          "ms": 13128
        },
        {
          "dB": -60.11,
          "ms": 13152
        },
        {
          "dB": -60.17,
          "ms": 13176
        },
        {
          "dB": -60.66,
          "ms": 13200
        },
        {
          "dB": -60.5,
          "ms": 13224
        },
        {
          "dB": -60.48,
          "ms": 13248
        },
        {
          "dB": -59.92,
          "ms": 13272
        },
        {
          "dB": -59.67,
          "ms": 13296
        },
        {
          "dB": -59.83,
          "ms": 13320
        },
        {
          "dB": -59.74,
          "ms": 13344
        },
        {
          "dB": -59.94,
          "ms": 13368
        },
        {
          "dB": -60.22,
          "ms": 13392
        }
      ],
      "error_code": null,
      "id": 6,
      "status": "success",
      "summary": {
        "f0": {
          "avg": 101.83,
          "max": {
            "time_step": 480,
            "value": 171
          },
          "min": {
            "time_step": 11064,
            "value": 54
          }
        },
        "file_length": 13400,
        "hesitation_stamps": {
          "number_found": 1,
          "stamps": [
            {
              "length": 312,
              "start": 3360
            }
          ]
        },
        "loudness": {
          "avg": -24.62,
          "max": {
            "time_step": 312,
            "value": -16.93
          },
          "min": {
            "time_step": 4512,
            "value": -27.21
          }
        },
        "silences": {
          "duration_avg": 728,
          "duration_max": 1296,
          "duration_min": 336,
          "number_found": 3,
          "ratio": 13,
          "stamps": [
            {
              "length": 336,
              "start": 3720
            },
            {
              "length": 552,
              "start": 9192
            },
            {
              "length": 1296,
              "start": 12120
            }
          ],
          "total": 2184
        },
        "syllables": {
          "ratio": 335,
          "total": 25
        }
      },
      "updated_at": "2021-10-21T12:54:35.534Z"
    },
    "analysis_type": "frequency",
    "ended_at": "2021-10-21T12:54:35.352Z",
    "id": 25,
    "prosody_exercise_id": 59
  }
}