Skip to main content

Check out Port for yourself ➜ 

URL

URL inputs accept and validate URL strings.

Common usage

The URL input type can be used for:

  • Repository links
  • Documentation URLs
  • API endpoints
  • External resource references

Definition

{
"repositoryUrl": {
"title": "Repository URL",
"description": "URL to the source repository",
"type": "string",
"format": "url"
}
}

Properties

PropertyTypeDescription
type"string"Required. Must be "string"
format"url"Required. Must be "url"
defaultstringDefault URL value

The URL format automatically validates that the input is a properly formatted URL.