{
  "semantics": [
    {
      "label": "Titre"
    },
    {
      "fields": [
        {
          "label": "Protocole",
          "options": [
            {
              "value": "http://",
              "label": "http://"
            },
            {
              "value": "https://",
              "label": "https://"
            },
            {
              "value": "/",
              "label": "(relatif)"
            }
          ],
          "default": "http://"
        },
        {
          "label": "URL"
        }
      ]
    }
  ]
}
