Can we please have a "dumb" item category please?

Options

I'm using 1password to for secrets automation with kubernetes external secrets. It'd be really great if I could have a category that doesn't have any mandatory fields. I just want to inject keys and values into my application. Sometimes I don't want a "username" or "notesPlain" field in my secret. I just want the ones I defined.
I know I can get this by extracting keys explicitly. My life would be a lot easier though if I could just habe my ExternalSecret refer to the item and just have the secret appear as I wated to define it in the first place.

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
  name: super-secret

spec:
  dataFrom:
    - extract:
        conversionStrategy: default
        key: the-item
  secretStoreRef:
    kind: ClusterSecretStore
    name: onepassword
  target:
    creationPolicy: Owner
    deletionPolicy: Retain
    name: super-secret

1Password Version: 8.10.15
Extension Version: Not Provided
OS Version: macos 13.5.1
Browser: firefox 117

This discussion has been closed.