All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.discovery.metadata.json Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version
{
  "image": {
    "href": "${CONNECTOR_HOST}/images/connector.png"
  },
  "object_types": {
    "card": {
      "doc": {
        "href": "https://github.com/vmware-samples/card-connectors-guide/wiki/Card-Responses"
      },
      "fields": {
        "merge_request_urls": {
          "capture_group": 1,
          "regex": "(https://gitlab.com/[a-zA-Z0-9-]+/[a-zA-Z0-9._-]+/merge_requests/[0-9]+)"
        }
      },
      "endpoint": {
        "href": "${CONNECTOR_HOST}/cards/requests"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy