fly-io · Schema

Organization

A Fly.io organization that owns apps and resources.

Properties

Name Type Description
name string The organization name.
slug string The organization's URL-safe identifier slug.
View JSON Schema on GitHub

JSON Schema

fly-io-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Organization",
  "title": "Organization",
  "type": "object",
  "description": "A Fly.io organization that owns apps and resources.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The organization name."
    },
    "slug": {
      "type": "string",
      "description": "The organization's URL-safe identifier slug."
    }
  }
}