fyi.atstore.profile

atstore.fyi

Documentation

AT Store app profile for discovery and TAP ingestion (Kitchen-style).

main record

AT Store app profile for discovery and TAP ingestion (Kitchen-style).

Record Key literal:self Fixed literal value

Properties

description string Optional

Longer description shown in directory surfaces.

maxLength: 4000 bytes
displayName string Required

Human-readable name for the store / app.

maxLength: 640 bytes
website string uri Optional

A valid URI.

maxLength: 2048 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "displayName"
    ],
    "properties": {
      "website": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      },
      "description": {
        "type": "string",
        "maxLength": 4000,
        "description": "Longer description shown in directory surfaces."
      },
      "displayName": {
        "type": "string",
        "maxLength": 640,
        "description": "Human-readable name for the store / app."
      }
    }
  },
  "description": "AT Store app profile for discovery and TAP ingestion (Kitchen-style)."
}

Lexicon Garden

@