properties: { expectedRevision: { anyOf: { minLength: number; type: string; } | { type: string; }[]; }; key: { minLength: number; type: string; }; store: { minLength: number; type: string; }; ttlMs: { minimum: number; type: string; }; value; }
required: string[]
type: string