access_tags

The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-tags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_tags",
  "title": "access_tags",
  "description": "The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.",
  "items": {
    "description": "The tag associated with an application.",
    "example": "engineers",
    "type": "string"
  },
  "type": "array"
}