Ampersand · JSON Structure

Ampersand Api Association Labels Structure

UI labels for an association

Type: object Properties: 2
Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

AssociationLabels is a JSON Structure definition published by Ampersand, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

singular plural

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-association-labels-structure.json",
  "name": "AssociationLabels",
  "description": "UI labels for an association",
  "type": "object",
  "properties": {
    "singular": {
      "type": "string",
      "description": "Singular display label"
    },
    "plural": {
      "type": "string",
      "description": "Plural display label"
    }
  }
}