Plane docs
ApiSchemas

PreviewId

One shape from the contract, as it appears on the wire.

Used by previews.list, previews.mint, previews.revoke

Referenced from Preview

JSON Schema

{
  "type": "string",
  "minLength": 1,
  "maxLength": 48,
  "pattern": "^[a-z0-9_-]+$"
}

On this page